Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossNox committed Jan 30, 2023
1 parent 514ee6b commit 004a3e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.3.post1
current_version = 0.3.3.post2
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: master
tags:
- 'v*.*.*(.*)?'
- 'v*.*.*'

jobs:
untagged_deploy:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 004a3e7

Please sign in to comment.