Skip to content

Commit a0f5227

Browse files
committed
bump version 0.6.13 -> 0.6.14
1 parent 14ec42b commit a0f5227

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.13
2+
current_version = 0.6.14
33
commit = True
44
tag = True
55
tag_name = {new_version}

exporters/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.6.13'
1+
__version__ = '0.6.14'
22

33

44
from exporters.export_managers import BasicExporter # NOQA

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name = 'exporters',
6-
version = '0.6.13',
6+
version = '0.6.14',
77
description = 'Exporters is an extensible export pipeline library that supports filter, '
88
'transform and several sources and destinations.',
99
long_description = 'Exporters is an extensible export pipeline library that supports filter, '

0 commit comments

Comments
 (0)