Skip to content

Commit

Permalink
Revert "Bump version: 0.0.18 → 0.0.19"
Browse files Browse the repository at this point in the history
This reverts commit 8f4aa95.
  • Loading branch information
thast committed Mar 3, 2018
1 parent 8f4aa95 commit 4af536e
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.19
current_version = 0.0.18
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 @@ -37,7 +37,7 @@
from . import VolumeWidgetPlane


__version__ = '0.0.19'
__version__ = '0.0.18'
__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.19',
version = '0.0.18',
packages = find_packages(),
install_requires = [
'future',
Expand Down

0 comments on commit 4af536e

Please sign in to comment.