Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
polyrand committed Aug 8, 2024
1 parent 85b5a0f commit bf8beed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litequeue.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
if sys.version_info >= (3, 10):
_DKW["slots"] = True

__version__ = "0.8"
__version__ = "0.9"

# Extracted from https://github.com/stevesimmons/uuid7 under MIT license

Expand Down

0 comments on commit bf8beed

Please sign in to comment.