We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 310b69c + 35ef996 commit dfd3328Copy full SHA for dfd3328
.bumpversion.cfg
@@ -1,4 +1,4 @@
1
[bumpversion]
2
-current_version = 0.0.9
+current_version = 0.0.10
3
files = gpgLabs/__init__.py setup.py
4
gpgLabs/__init__.py
@@ -5,7 +5,7 @@
5
from . import Seismic
6
7
8
-__version__ = '0.0.9'
+__version__ = '0.0.10'
9
__author__ = 'GeoScixyz developers'
10
__license__ = 'MIT'
11
__copyright__ = 'Copyright 2017 GeoScixyz developers'
setup.py
@@ -31,7 +31,7 @@
31
32
setup(
33
name = 'gpgLabs',
34
- version = '0.0.9',
+ version = '0.0.10',
35
packages = find_packages(),
36
install_requires = [
37
'numpy>=1.7',
0 commit comments