Skip to content

Commit 44aa68e

Browse files
committed
update github links
1 parent a4b1174 commit 44aa68e

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

channels_valkey/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.0.post1"

pyproject.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
[build-system]
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
4+
15
[project]
26
name = "channels-valkey"
3-
version = "0.2.0"
7+
version = "0.2.0.post1"
48
description = "Valkey-backed ASGI channel layer implementation"
59
readme = "README.rst"
610
requires-python = ">=3.9"
@@ -12,9 +16,9 @@ dependencies = [
1216
]
1317

1418
[project.urls]
15-
Homepage = "https://github.com/amirreza8002/channels-valkey"
16-
Source = "https://github.com/amirreza8002/channels-valkey"
17-
Issues = "https://github.com/amirreza8002/channels-valkey/issues"
19+
Homepage = "https://github.com/django-utils/channels-valkey"
20+
Source = "https://github.com/django-utils/channels-valkey"
21+
Issues = "https://github.com/django-utils/channels-valkey/issues"
1822

1923
[project.optional-dependencies]
2024
cryptography = [

0 commit comments

Comments
 (0)