diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ecc696f..d3331a7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.3 +current_version = 0.3.3.post2 commit = False tag = False diff --git a/setup.py b/setup.py index 46a028c..2453dcd 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ readme = f.read() -__version__ = "0.3.3" +__version__ = "0.3.3.post2" install_requires = ["mistune==0.8.4", "docutils>=0.19"] test_requirements = ["pygments"]