diff --git a/redmine2jira/__init__.py b/redmine2jira/__init__.py index 0f2b9a0..1febc63 100644 --- a/redmine2jira/__init__.py +++ b/redmine2jira/__init__.py @@ -4,4 +4,4 @@ __author__ = """Michele Cardone""" __email__ = 'michele.cardone82@gmail.com' -__version__ = '0.3.1' +__version__ = '0.4.0' diff --git a/setup.cfg b/setup.cfg index 5505665..e1a9a94 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.4.0 commit = True tag = True diff --git a/setup.py b/setup.py index c8af457..c03f62f 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( name='redmine2jira', - version='0.3.1', + version='0.4.0', description='Export Redmine issues to file formats compatible ' 'with the JIRA Importers plugin (JIM) ', long_description=readme + '\n\n' + history,