Skip to content

Commit 033de6d

Browse files
committed
Bump version: 0.1.2 → 0.1.3
1 parent 13f8550 commit 033de6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.2
2+
current_version = 0.1.3
33
commit = True
44
tag = True
55

csvlexer/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.2'
1+
__version__ = '0.1.3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def project_content(filename):
8787
'__version__.py')).read(),
8888
'__version__.py', 'exec'))
8989
except:
90-
__version__ = '0.1.2'
90+
__version__ = '0.1.3'
9191

9292
# PROJECT DESCRIPTION
9393
LONG_DESCRIPTION = project_content('README.md')

0 commit comments

Comments
 (0)