Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hunse committed Feb 18, 2021
1 parent 030672d commit d68170a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Release history
- Deprecated
- Removed
0.1.1 (unreleased)
------------------
0.2.0 (February 18, 2021)
-------------------------

*Compatible with TensorFlow 2.1.0 - 2.4.0*

Expand Down
4 changes: 2 additions & 2 deletions keras_spiking/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"""

name = "keras-spiking"
version_info = (0, 1, 1) # (major, minor, patch)
dev = 0 # set to None for releases
version_info = (0, 2, 0) # (major, minor, patch)
dev = None # set to None for releases

version = "{v}{dev}".format(
v=".".join(str(v) for v in version_info),
Expand Down

0 comments on commit d68170a

Please sign in to comment.