From e2da05ff5815aae1465407b4d434afb66117e8da Mon Sep 17 00:00:00 2001 From: Misha Wolfson Date: Wed, 13 Feb 2019 23:51:23 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.6=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pychemy/__init__.py | 2 +- pychemy/elements.py | 2 +- pychemy/molmass.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pychemy/__init__.py b/pychemy/__init__.py index 50a3713..ab423b3 100644 --- a/pychemy/__init__.py +++ b/pychemy/__init__.py @@ -1,3 +1,3 @@ import matplotlib as mpl -__version__ = '0.4.6' +__version__ = '0.5.0' mpl.use('AGG') diff --git a/pychemy/elements.py b/pychemy/elements.py index 5db4d71..b09ebcb 100644 --- a/pychemy/elements.py +++ b/pychemy/elements.py @@ -35,7 +35,7 @@ :Author: `Christoph Gohlke `_ -:Version: 0.4.6 +:Version: 0.5.0 Requirements ------------ diff --git a/pychemy/molmass.py b/pychemy/molmass.py index 344fc19..a481bed 100644 --- a/pychemy/molmass.py +++ b/pychemy/molmass.py @@ -45,7 +45,7 @@ :Author: `Christoph Gohlke `_ -:Version: 0.4.6 +:Version: 0.5.0 Requirements ------------ diff --git a/setup.cfg b/setup.cfg index 54eb0a1..63ef4f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.6 +current_version = 0.5.0 commit = True tag = True diff --git a/setup.py b/setup.py index b4a534f..58990c0 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='pychemy', - version='0.4.6', + version='0.5.0', author='Benjie Chen, Ginkgo Bioworks, Christoph Gohlke', author_email='benjie@ginkgobioworks.com, devs@ginkgobioworks.com, cgohlke@uci.edu',