diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a202a15..d3331a7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.3.post1 +current_version = 0.3.3.post2 commit = False tag = False diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eed5015..c5c2073 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,7 @@ on: push: branches: master tags: - - 'v*.*.*(.*)?' + - 'v*.*.*' jobs: untagged_deploy: diff --git a/setup.py b/setup.py index 0a5474f..2453dcd 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ readme = f.read() -__version__ = "0.3.3.post1" +__version__ = "0.3.3.post2" install_requires = ["mistune==0.8.4", "docutils>=0.19"] test_requirements = ["pygments"]