Skip to content

Commit

Permalink
feat: Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
miintto committed Dec 10, 2023
1 parent 291e71b commit 9aec0bf
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
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "redis-lock-py"
version = "0.3.0"
version = "1.0.0"
authors = [
{ name = "Minjae Park", email = "miintto.log@gmail.com" },
]
Expand Down
2 changes: 1 addition & 1 deletion redis_lock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__all__ = ["RedisLock", "RedisSpinLock"]

__version__ = "0.2.0"
__version__ = "1.0.0"

0 comments on commit 9aec0bf

Please sign in to comment.