Skip to content

Commit

Permalink
Bump version: 0.4.6 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
myw committed Feb 13, 2019
1 parent 23b3f72 commit e2da05f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pychemy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import matplotlib as mpl
__version__ = '0.4.6'
__version__ = '0.5.0'
mpl.use('AGG')
2 changes: 1 addition & 1 deletion pychemy/elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
:Author: `Christoph Gohlke <http://www.lfd.uci.edu/~gohlke/>`_
:Version: 0.4.6
:Version: 0.5.0
Requirements
------------
Expand Down
2 changes: 1 addition & 1 deletion pychemy/molmass.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
:Author: `Christoph Gohlke <http://www.lfd.uci.edu/~gohlke/>`_
:Version: 0.4.6
:Version: 0.5.0
Requirements
------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.6
current_version = 0.5.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e2da05f

Please sign in to comment.