Skip to content

Commit

Permalink
updated version and finalised packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmpercussion committed May 7, 2024
1 parent 0b6dd2d commit 639afdd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ And finally, import the module in Python: `import keras_mdn_layer as mdn`

Alternatively, you can clone or download this repository and then install via `python setup.py install`, or copy the `mdn` folder into your own project.

## Build

This project builds using `poetry`. To build a wheel use `poetry build`.

## Examples

Some examples are provided in the notebooks directory.
Expand Down
2 changes: 1 addition & 1 deletion keras_mdn_layer/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.0'
__version__ = '0.4.0'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "keras-mdn-layer"
version = "0.3.0"
version = "0.4.0"
description = "An MDN Layer for Keras using TensorFlow's distributions module"
authors = ["Charles Martin <cpm@charlesmartin.com.au>"]
authors = ["Charles Martin <[email protected]>"]
license = "MIT"
readme = "README.md"

Expand Down

0 comments on commit 639afdd

Please sign in to comment.