We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a38be commit dde17bcCopy full SHA for dde17bc
.bumpversion.cfg
@@ -1,4 +1,4 @@
1
[bumpversion]
2
-current_version = 0.0.3
+current_version = 0.0.4
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.3'
+__version__ = '0.0.4'
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.3',
+ version = '0.0.4',
35
packages = find_packages(),
36
install_requires = [
37
'future',
0 commit comments