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 8, 2021
1 parent 851b691 commit 34d681d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nengobones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ version_py:
major: 0
minor: 3
patch: 0
release: false
release: true
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Release history
- Deprecated
- Removed
0.3.0 (unreleased)
------------------
0.3.0 (November 8, 2021)
------------------------

*Compatible with TensorFlow 2.1.0 - 2.5.0*
*Compatible with TensorFlow 2.1.0 - 2.7.0*

**Added**

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

name = "keras-spiking"
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 34d681d

Please sign in to comment.