Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeshraghian committed Apr 18, 2024
1 parent 7055c47 commit 9c32ad0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 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.8.1'
__version__ = '0.8.2'
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


# fmt: off
__version__ = '0.8.1'
__version__ = '0.8.2'
# fmt: on


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

Expand Down Expand Up @@ -31,4 +31,3 @@ test = pytest
[tool:pytest]
testpaths = tests
addopts = --ignore=setup.py

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.8.1'
__version__ = '0.8.2'
# fmt: on

requirements = [
Expand Down
2 changes: 1 addition & 1 deletion snntorch/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# fmt: off
__version__ = '0.8.1'
__version__ = '0.8.2'

0 comments on commit 9c32ad0

Please sign in to comment.