Skip to content

Commit

Permalink
feat: 버전 수정 0.2.0 >> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miintto committed Feb 19, 2023
1 parent 730255c commit fc50ce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![PyPI Release](https://img.shields.io/pypi/v/redis-lock-py)](https://pypi.org/project/redis-lock-py/)
![Python Support](https://img.shields.io/pypi/pyversions/redis-lock-py)
![Implementation](https://img.shields.io/pypi/implementation/redis-lock-py.svg)
[![codecov](https://codecov.io/gh/miintto/redis-lock-py/branch/master/graph/badge.svg?token=I9A9JKIWKF)](https://codecov.io/gh/miintto/redis-lock-py)

# Redis Lock with PubSub

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ build-backend = "hatchling.build"

[project]
name = "redis-lock-py"
version = "0.2.0"
version = "0.3.0"
authors = [
{ name = "Minjae Park", email = "miintto.log@gmail.com" },
]
description = "Redis distributed lock implementation for Python based on Pub/Sub messaging"
readme = "README.md"
requires-python = ">=3.7"
license = "MIT"
classifiers=[
classifiers = [
'Development Status :: 3 - Alpha',
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit fc50ce6

Please sign in to comment.