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