Skip to content

Commit

Permalink
Release v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jslorrma committed Aug 26, 2024
1 parent 500a05d commit a4d4551
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/keyrings_artifacts/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
__version_tuple__: VERSION_TUPLE
version_tuple: VERSION_TUPLE

__version__ = "0.4.3" # version string
__version__ = "0.4.4" # version string
vesion = __version__
__version_tuple__ = version_tuple = tuple(int(n) for n in __version__.split(".") if n.isdigit())

0 comments on commit a4d4551

Please sign in to comment.