Skip to content

Commit b23311a

Browse files
committedMar 18, 2025·
update github links
1 parent eacca5d commit b23311a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-valkey"
3-
version = "0.2.0"
3+
version = "0.2.0.post1"
44
description = "a valkey backend for django"
55
authors = [
66
{name = "amirreza",email = "amir.rsf1380@gmail.com"}
@@ -41,9 +41,9 @@ msgpack = ["msgpack (>=1.1.0,<2.0.0)"]
4141
brotli = ["brotli (>=1.1.0,<2.0.0)"]
4242

4343
[tool.poetry.urls]
44-
Homepage = "https://github.com/amirreza8002/django-valkey"
45-
Source = "https://github.com/amirreza8002/django-valkey"
46-
Issues = "https://github.com/amirreza8002/django-valkey/issues"
44+
Homepage = "https://github.com/django-utils/django-valkey"
45+
Source = "https://github.com/django-utils/django-valkey"
46+
Issues = "https://github.com/django-utils/django-valkey/issues"
4747
Documentation = "https://django-valkey.readthedocs.io/en/latest/"
4848

4949
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)
Please sign in to comment.