Skip to content

Commit

Permalink
Merge pull request #118 from geoscixyz/gpr_attenuation
Browse files Browse the repository at this point in the history
Bump version: 0.0.30 → 0.0.31
  • Loading branch information
thast authored Oct 23, 2018
2 parents 4e7ad28 + 3cb9df0 commit d728d9d
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.30
current_version = 0.0.31
files = em_examples/__init__.py setup.py

2 changes: 1 addition & 1 deletion em_examples/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
from matplotlib import rcParams
rcParams['font.size'] = 16

__version__ = '0.0.30'
__version__ = '0.0.31'
__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 = 'em_examples',
version = '0.0.30',
version = '0.0.31',
packages = find_packages(),
install_requires = [
'future',
Expand Down

0 comments on commit d728d9d

Please sign in to comment.