We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46f678 commit 1e4eaccCopy full SHA for 1e4eacc
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.6.12
+current_version = 0.6.13
3
commit = True
4
tag = True
5
tag_name = {new_version}
exporters/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.6.12'
+__version__ = '0.6.13'
from exporters.export_managers import BasicExporter # NOQA
setup.py
@@ -3,7 +3,7 @@
setup(
name = 'exporters',
6
- version = '0.6.12',
+ version = '0.6.13',
7
description = 'Exporters is an extensible export pipeline library that supports filter, '
8
'transform and several sources and destinations.',
9
long_description = 'Exporters is an extensible export pipeline library that supports filter, '
0 commit comments