Skip to content

Commit

Permalink
Bump version: 0.2.10 → 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jeshraghian committed May 17, 2021
1 parent e16d0a1 commit fa14073
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# fmt: off
__version__ = '0.2.10'
__version__ = '0.2.11'
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import snntorch

# fmt: off
__version__ = '0.2.10'
__version__ = '0.2.11'
# fmt: on


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.10
current_version = 0.2.11
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
history = history_file.read()

# fmt: off
__version__ = '0.2.10'
__version__ = '0.2.11'
# fmt: on

requirements = [
Expand Down

0 comments on commit fa14073

Please sign in to comment.