Skip to content

Commit 514ee6b

Browse files
committed
bump
1 parent 86106dd commit 514ee6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3.3
2+
current_version = 0.3.3.post1
33
commit = False
44
tag = False
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
readme = f.read()
2020

2121

22-
__version__ = "0.3.3"
22+
__version__ = "0.3.3.post1"
2323

2424
install_requires = ["mistune==0.8.4", "docutils>=0.19"]
2525
test_requirements = ["pygments"]

0 commit comments

Comments
 (0)