Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxuanzhuang committed May 18, 2022
1 parent bab1474 commit 67b84b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ENPMDA/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = """Yuxuan Zhuang"""
__email__ = 'yuxuan.zhuang@dbb.su.se'
__version__ = '0.4.0'
__version__ = '0.5.0'

from .ENPMDA import MDDataFrame
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.0
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 @@

from setuptools import setup, find_packages

RELEASE='0.4.0'
RELEASE='0.5.0'

with open('README.rst') as readme_file:
readme = readme_file.read()
Expand Down
2 changes: 1 addition & 1 deletion tests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from setuptools import setup, find_packages

RELEASE='0.4.0'
RELEASE='0.5.0'

with open('README.rst') as readme_file:
readme = readme_file.read()
Expand Down

0 comments on commit 67b84b9

Please sign in to comment.