Skip to content

Commit 639afdd

Browse files
committed
updated version and finalised packaging
1 parent 0b6dd2d commit 639afdd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ And finally, import the module in Python: `import keras_mdn_layer as mdn`
2626

2727
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.
2828

29+
## Build
30+
31+
This project builds using `poetry`. To build a wheel use `poetry build`.
32+
2933
## Examples
3034

3135
Some examples are provided in the notebooks directory.

keras_mdn_layer/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.0'
1+
__version__ = '0.4.0'

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tool.poetry]
22
name = "keras-mdn-layer"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "An MDN Layer for Keras using TensorFlow's distributions module"
5-
authors = ["Charles Martin <cpm@charlesmartin.com.au>"]
5+
authors = ["Charles Martin <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
88

0 commit comments

Comments
 (0)