Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Nov 6, 2020
1 parent 80ab2b5 commit 3f32dc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Release history
- Removed
- Fixed
0.3.0 (unreleased)
==================
0.3.0 (NOvember 6, 2020)
========================

The version of this package as it existed prior to 0.3.0 has been renamed
to ``keras-lmu``. This package will continue as a metapackage for installing
Expand Down
2 changes: 1 addition & 1 deletion lmu/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

name = "lmu"
version_info = (0, 3, 0) # (major, minor, patch)
dev = 0
dev = None

version = (
f"{'.'.join(str(v) for v in version_info)}{f'.dev{dev}' if dev is not None else ''}"
Expand Down

0 comments on commit 3f32dc9

Please sign in to comment.