Skip to content

Commit

Permalink
Bump version: 1.2.0 → 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnell committed Jun 22, 2020
1 parent 49ac12f commit b8bd75b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.2.1
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.2.0',
version='1.2.1',
author='Christopher Tunnell',
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.2.0'
__version__ = '1.2.1'
__nest_version__ = '2.1.0beta'

from .nestpy import *

0 comments on commit b8bd75b

Please sign in to comment.