Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jslorrma committed Aug 25, 2024
1 parent bbc468c commit f621c37
Showing 1 changed file with 1 addition and 1 deletion.
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.0" # version string
__version__ = "0.4.1" # version string
vesion = __version__
__version_tuple__ = version_tuple = tuple(int(n) for n in __version__.split(".") if n.isdigit())

0 comments on commit f621c37

Please sign in to comment.