Skip to content

Commit

Permalink
Bump version: 1.5.3 → 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiafarrell committed Apr 17, 2022
1 parent 9cd5e8b commit 569b0a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[bumpversion]
current_version = 1.5.3
current_version = 1.5.4
files = setup.py src/nestpy/__init__.py
commit = True
tag = True

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def build_extension(self, ext):

setup(
name='nestpy',
version='1.5.3',
version='1.5.4',
author='Sophia Farrell',
author_email='[email protected]',
description='Python bindings for the NEST noble element simulations',
Expand Down
2 changes: 1 addition & 1 deletion src/nestpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.5.3'
__version__ = '1.5.4'
__nest_version__ = '2.3.6'

from .nestpy import *
Expand Down

0 comments on commit 569b0a7

Please sign in to comment.