Skip to content

Commit

Permalink
Bump to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vd2org committed Feb 26, 2024
1 parent c162f7d commit 6c330b6
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 @@
[project]
name = "snowflake-id"
version = "1.0.0"
version = "1.0.1"
description = "The Snowflake generator done right"
keywords = [
"snowflake", "snowflake-id", "id", "ids", "generator"
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .snowflake import Snowflake, SnowflakeGenerator
from .snowflake import MAX_TS, MAX_SEQ, MAX_INSTANCE

VERSION = "v1.0.0"
VERSION = "v1.0.1"
__version__ = VERSION


Expand Down

0 comments on commit 6c330b6

Please sign in to comment.