Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Feb 6, 2024
1 parent 0608383 commit 0b3a267
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/semra/__about__.py
@@ -1 +1 @@
__version__ = "0.0.7.dev0"
__version__ = "0.0.7"
2 changes: 2 additions & 0 deletions tox.ini
Expand Up @@ -195,9 +195,11 @@ deps =
hatch
commands =
hatch version release
git commit --all -m "Release"
{[testenv:release]commands}
git push --tags
hatch version patch,dev
git commit --all -m "Bump"
git push
allowlist_externals =
git

0 comments on commit 0b3a267

Please sign in to comment.