Skip to content

Commit d03cd4c

Browse files
committed
cleaning up version number
1 parent 4b28126 commit d03cd4c

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

keras_mdn_layer/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
99
Provided under MIT License
1010
"""
11-
from .version import __version__
1211
from tensorflow import keras
1312
from tensorflow.keras import backend as K
1413
from tensorflow.keras import layers

keras_mdn_layer/version.py

-1
This file was deleted.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "keras-mdn-layer"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "An MDN Layer for Keras using TensorFlow's distributions module"
55
authors = ["Charles Martin <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)