Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleAalbers committed Apr 17, 2019
1 parent 8a5f2d1 commit e4bd510
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.0.2
files = setup.py npshmex.py
commit = True
tag = True
tag = True

2 changes: 1 addition & 1 deletion npshmex.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import SharedArray

__version__ = '0.0.1'
__version__ = '0.0.2'


def dtype_to_tuple(dtype):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
for x in f.readlines()]

setuptools.setup(name='npshmex',
version='0.0.1',
version='0.0.2',
description=('ProcessPoolExecutor that passes numpy'
'arrays through shared memory'),
py_modules=['multihist'],
Expand Down

0 comments on commit e4bd510

Please sign in to comment.