From 48e3d866926c043c53a4d40986a95f9cb184e68e Mon Sep 17 00:00:00 2001 From: seogi_macbook Date: Fri, 26 Oct 2018 07:42:55 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.31=20=E2=86=92=200.0.32?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- em_examples/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9fc0bc4..53b0429 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.0.31 +current_version = 0.0.32 files = em_examples/__init__.py setup.py diff --git a/em_examples/__init__.py b/em_examples/__init__.py index 9ad4ef7..051f142 100644 --- a/em_examples/__init__.py +++ b/em_examples/__init__.py @@ -46,7 +46,7 @@ from matplotlib import rcParams rcParams['font.size'] = 16 -__version__ = '0.0.31' +__version__ = '0.0.32' __author__ = 'GeoScixyz developers' __license__ = 'MIT' __copyright__ = 'Copyright 2017 GeoScixyz developers' diff --git a/setup.py b/setup.py index 1c303ac..35ea4a8 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name = 'em_examples', - version = '0.0.31', + version = '0.0.32', packages = find_packages(), install_requires = [ 'future',