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 Sep 9, 2020
1 parent 572ceac commit b736b8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 (September 9, 2020)
-------------------------

Initial release
2 changes: 1 addition & 1 deletion pytorch_spiking/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

name = "pytorch-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 b736b8c

Please sign in to comment.