diff --git a/.bumpversion.cfg b/.bumpversion.cfg index de68f66..e20a098 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.0.6 +current_version = 0.0.7 files = gpgLabs/__init__.py setup.py diff --git a/gpgLabs/__init__.py b/gpgLabs/__init__.py index 6b12f86..9028ec2 100644 --- a/gpgLabs/__init__.py +++ b/gpgLabs/__init__.py @@ -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' diff --git a/setup.py b/setup.py index 75890ee..40068c3 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name = 'gpgLabs', - version = '0.0.6', + version = '0.0.7', packages = find_packages(), install_requires = [ 'numpy>=1.7',