Skip to content

Commit bcfd9cf

Browse files
committed
Bump version: 0.0.11 → 0.0.12
1 parent 984900e commit bcfd9cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 0.0.11
2+
current_version = 0.0.12
33
files = gpgLabs/__init__.py setup.py
44

gpgLabs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from . import Seismic
66

77

8-
__version__ = '0.0.11'
8+
__version__ = '0.0.12'
99
__author__ = 'GeoScixyz developers'
1010
__license__ = 'MIT'
1111
__copyright__ = 'Copyright 2017 GeoScixyz developers'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
setup(
3333
name = 'gpgLabs',
34-
version = '0.0.11',
34+
version = '0.0.12',
3535
packages = find_packages(),
3636
install_requires = [
3737
'numpy>=1.7',

0 commit comments

Comments
 (0)