Skip to content

Commit

Permalink
build: Release v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
skorokithakis committed Nov 8, 2021
1 parent 67039d2 commit 73d3119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "shortuuid"
version = "1.0.6"
version = "1.0.7"
description = "A generator library for concise, unambiguous and URL-safe UUIDs."
license = "BSD"
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion shortuuid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from shortuuid.main import ShortUUID # noqa
from shortuuid.main import uuid # noqa

__version__ = "1.0.6"
__version__ = "1.0.7"

0 comments on commit 73d3119

Please sign in to comment.