Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Aug 14, 2020
1 parent 6c5c414 commit 7f79de4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Release history
- Deprecated
- Removed
0.1.0 (unreleased)
------------------
0.1.0 (August 14, 2020)
-----------------------

Initial release
8 changes: 2 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
.. image:: https://img.shields.io/pypi/v/keras-spiking.svg
:target: https://pypi.org/project/keras-spiking
:alt: Latest PyPI version

.. image:: https://img.shields.io/travis/nengo/keras-spiking/master.svg
:target: https://travis-ci.org/nengo/keras-spiking
.. image:: https://img.shields.io/travis/com/nengo/keras-spiking/master.svg
:target: https://travis-ci.com/nengo/keras-spiking
:alt: Travis-CI build status

.. image:: https://img.shields.io/codecov/c/github/nengo/keras-spiking/master.svg
Expand Down
2 changes: 1 addition & 1 deletion keras_spiking/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

name = "keras-spiking"
version_info = (0, 1, 0) # (major, minor, patch)
dev = 0 # set to None for releases
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 7f79de4

Please sign in to comment.