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