Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Aug 16, 2021
1 parent 6e41576 commit f48df8f
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 @@ -139,4 +139,4 @@ version_py:
major: 0
minor: 4
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.4.0 (unreleased)
==================
0.4.0 (August 16, 2021)
=======================

**Added**

Expand Down
2 changes: 1 addition & 1 deletion keras_lmu/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
version_info = (0, 4, 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 f48df8f

Please sign in to comment.