Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje committed Jun 9, 2023
1 parent 38e1438 commit 2481263
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- do not remove -->

## 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
Expand Down
2 changes: 1 addition & 1 deletion airt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.2rc0"
__version__ = "0.3.2"
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/TopLevel.ipynb.

# %% auto 0
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2481263

Please sign in to comment.