Skip to content

Commit

Permalink
release: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Nov 22, 2024
1 parent 45b6706 commit f98f5bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "stringenum"
version = "0.4.0"
version = "0.5.0"
description = "A small, dependency-free library offering additional enum.StrEnum subclasses and a backport for older Python versions."
authors = [{ name = "Ravencentric", email = "me@ravencentric.cc" }]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/stringenum/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
DuplicateFreeStrEnum,
)

__version__ = "0.4.0"
__version__ = "0.5.0"

__all__ = (
"StrEnum",
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

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

0 comments on commit f98f5bd

Please sign in to comment.