Skip to content

Commit

Permalink
cleaning up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmpercussion committed Jul 23, 2024
1 parent 4b28126 commit d03cd4c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion keras_mdn_layer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
Provided under MIT License
"""
from .version import __version__
from tensorflow import keras
from tensorflow.keras import backend as K
from tensorflow.keras import layers
Expand Down
1 change: 0 additions & 1 deletion keras_mdn_layer/version.py

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "keras-mdn-layer"
version = "0.4.3"
version = "0.4.4"
description = "An MDN Layer for Keras using TensorFlow's distributions module"
authors = ["Charles Martin <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d03cd4c

Please sign in to comment.