diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5436f90..2280eb5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.0.18 +current_version = 0.0.19 files = em_examples/__init__.py setup.py diff --git a/em_examples/__init__.py b/em_examples/__init__.py index a150a87..9b66281 100644 --- a/em_examples/__init__.py +++ b/em_examples/__init__.py @@ -37,7 +37,7 @@ from . import VolumeWidgetPlane -__version__ = '0.0.18' +__version__ = '0.0.19' __author__ = 'GeoScixyz developers' __license__ = 'MIT' __copyright__ = 'Copyright 2017 GeoScixyz developers' diff --git a/setup.py b/setup.py index af94877..e19a870 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name = 'em_examples', - version = '0.0.18', + version = '0.0.19', packages = find_packages(), install_requires = [ 'future',