Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbekolay committed May 5, 2023
1 parent a818733 commit 1d68ebd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nengobones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ version_py:
major: 0
minor: 6
patch: 0
release: false
release: True
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.6.0 (unreleased)
==================
0.6.0 (May 5, 2023)
===================

*Compatible with TensorFlow 2.4 - 2.11*

Expand Down
2 changes: 1 addition & 1 deletion keras_lmu/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
version_info = (0, 6, 0)

name = "keras-lmu"
dev = 0
dev = None

# use old string formatting, so that this can still run in Python <= 3.5
# (since this file is parsed in setup.py, before python_requires is applied)
Expand Down

0 comments on commit 1d68ebd

Please sign in to comment.