We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc21cf5 commit bed1942Copy full SHA for bed1942
.bumpversion.cfg
@@ -1,4 +1,4 @@
1
[bumpversion]
2
-current_version = 0.0.10
+current_version = 0.0.11
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.10'
+__version__ = '0.0.11'
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.10',
+ version = '0.0.11',
35
packages = find_packages(),
36
install_requires = [
37
'numpy>=1.7',
0 commit comments