diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b79228..b4c9a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## 0.3.2 + +- add support for saving Keras model + + + ## 0.3.1 - add support for import different subpackages with the same root packge name and different locations diff --git a/airt/__init__.py b/airt/__init__.py index f3514d1..d42f5ef 100644 --- a/airt/__init__.py +++ b/airt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.2rc0" +__version__ = "0.3.2" # AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/TopLevel.ipynb. # %% auto 0 diff --git a/settings.ini b/settings.ini index cd04373..74a8e95 100644 --- a/settings.ini +++ b/settings.ini @@ -5,7 +5,7 @@ ### Python library ### repo = monotonic-nn lib_name = %(repo)s -version = 0.3.2rc0 +version = 0.3.2 min_python = 3.8 license = cc