Skip to content

Commit

Permalink
Bump version: 0.0.3 → 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thast committed Jul 22, 2017
1 parent e6a38be commit dde17bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.0.3
current_version = 0.0.4
files = gpgLabs/__init__.py setup.py

2 changes: 1 addition & 1 deletion gpgLabs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from . import Seismic


__version__ = '0.0.3'
__version__ = '0.0.4'
__author__ = 'GeoScixyz developers'
__license__ = 'MIT'
__copyright__ = 'Copyright 2017 GeoScixyz developers'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

setup(
name = 'gpgLabs',
version = '0.0.3',
version = '0.0.4',
packages = find_packages(),
install_requires = [
'future',
Expand Down

0 comments on commit dde17bc

Please sign in to comment.