Skip to content

Commit

Permalink
Bump version: 0.0.6 → 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thast committed Sep 12, 2017
1 parent 780c827 commit 57d1cb9
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,4 +1,4 @@
[bumpversion]
current_version = 0.0.6
current_version = 0.0.7
files = gpgLabs/__init__.py setup.py

2 changes: 1 addition & 1 deletion gpgLabs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from . import Seismic


__version__ = '0.0.6'
__version__ = '0.0.7'
__author__ = 'GeoScixyz developers'
__license__ = 'MIT'
__copyright__ = 'Copyright 2017 GeoScixyz developers'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

setup(
name = 'gpgLabs',
version = '0.0.6',
version = '0.0.7',
packages = find_packages(),
install_requires = [
'numpy>=1.7',
Expand Down

0 comments on commit 57d1cb9

Please sign in to comment.