File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "0.2.0"
1
+ __version__ = "0.2.0.post1 "
Original file line number Diff line number Diff line change
1
+ [build-system ]
2
+ requires = [" hatchling" ]
3
+ build-backend = " hatchling.build"
4
+
1
5
[project ]
2
6
name = " channels-valkey"
3
- version = " 0.2.0"
7
+ version = " 0.2.0.post1 "
4
8
description = " Valkey-backed ASGI channel layer implementation"
5
9
readme = " README.rst"
6
10
requires-python = " >=3.9"
@@ -12,9 +16,9 @@ dependencies = [
12
16
]
13
17
14
18
[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"
18
22
19
23
[project .optional-dependencies ]
20
24
cryptography = [
You can’t perform that action at this time.
0 commit comments