Skip to content

Commit

Permalink
change version number for numpy wrapper to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorbert committed Nov 30, 2017
1 parent e935005 commit 2f84b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wrappers/numpy/src/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .adios import *
__version__ = '1.12.0'
__version__ = '1.13.0'
2 changes: 1 addition & 1 deletion wrappers/numpy/src_mpi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .adios_mpi import *
__version__ = '1.12.0'
__version__ = '1.13.0'

0 comments on commit 2f84b8a

Please sign in to comment.