We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ec42b commit a0f5227Copy full SHA for a0f5227
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.6.13
+current_version = 0.6.14
3
commit = True
4
tag = True
5
tag_name = {new_version}
exporters/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.6.13'
+__version__ = '0.6.14'
from exporters.export_managers import BasicExporter # NOQA
setup.py
@@ -3,7 +3,7 @@
setup(
name = 'exporters',
6
- version = '0.6.13',
+ version = '0.6.14',
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