From 67b84b99f503533b7cc32e86ce9a700d1a041065 Mon Sep 17 00:00:00 2001 From: "yuxuan.zhuang@dbb.su.se" Date: Wed, 18 May 2022 10:08:14 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ENPMDA/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- tests/setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ENPMDA/__init__.py b/ENPMDA/__init__.py index 811344d..0c45772 100644 --- a/ENPMDA/__init__.py +++ b/ENPMDA/__init__.py @@ -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 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 69ece01..3373dbb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.5.0 commit = True tag = True diff --git a/setup.py b/setup.py index 96331f9..0caf6bb 100644 --- a/setup.py +++ b/setup.py @@ -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() diff --git a/tests/setup.py b/tests/setup.py index 4618429..cb3362e 100644 --- a/tests/setup.py +++ b/tests/setup.py @@ -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()