Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Aug 15, 2023
1 parent ee802e2 commit 9919d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/semra/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.2"
__version__ = "0.0.3.dev0"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ commands =
hatch version release
{[testenv:release]commands}
git push --tags
hatch version patch
hatch version patch,dev
git push
allowlist_externals =
git

0 comments on commit 9919d9c

Please sign in to comment.