diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d9b7e6f..0afee14 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.0 commit = True tag = True tag_name = {new_version} diff --git a/exporters/__init__.py b/exporters/__init__.py index 262f59b..30957e2 100644 --- a/exporters/__init__.py +++ b/exporters/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.5.0' +__version__ = '0.6.0' from exporters.export_managers import BasicExporter # NOQA diff --git a/setup.py b/setup.py index 7066fe8..d71e32d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'exporters', - version = '0.5.0', + version = '0.6.0', description = 'Exporters is an extensible export pipeline library that supports filter, ' 'transform and several sources and destinations.', long_description = 'Exporters is an extensible export pipeline library that supports filter, '