Skip to content

Commit e2da05f

Browse files
committed
Bump version: 0.4.6 → 0.5.0
1 parent 23b3f72 commit e2da05f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pychemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import matplotlib as mpl
2-
__version__ = '0.4.6'
2+
__version__ = '0.5.0'
33
mpl.use('AGG')

pychemy/elements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
3636
:Author: `Christoph Gohlke <http://www.lfd.uci.edu/~gohlke/>`_
3737
38-
:Version: 0.4.6
38+
:Version: 0.5.0
3939
4040
Requirements
4141
------------

pychemy/molmass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
4646
:Author: `Christoph Gohlke <http://www.lfd.uci.edu/~gohlke/>`_
4747
48-
:Version: 0.4.6
48+
:Version: 0.5.0
4949
5050
Requirements
5151
------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.6
2+
current_version = 0.5.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='pychemy',
7-
version='0.4.6',
7+
version='0.5.0',
88

99
author='Benjie Chen, Ginkgo Bioworks, Christoph Gohlke',
1010
author_email='benjie@ginkgobioworks.com, devs@ginkgobioworks.com, cgohlke@uci.edu',

0 commit comments

Comments
 (0)