Skip to content

Commit

Permalink
Bump version: 1.2.2 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiafarrell committed Jul 6, 2020
1 parent c3ff730 commit 27e02bb
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.2
current_version = 1.3.0
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.2',
version='1.3.0',
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.2'
__version__ = '1.3.0'
__nest_version__ = '2.1.0'

from .nestpy import *

0 comments on commit 27e02bb

Please sign in to comment.