Skip to content

Commit 1e4eacc

Browse files
committed
bump version 0.6.12->0.6.13
1 parent f46f678 commit 1e4eacc

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.12
2+
current_version = 0.6.13
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.12'
1+
__version__ = '0.6.13'
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.12',
6+
version = '0.6.13',
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)