Skip to content

Commit c91d4b8

Browse files
committed
0.2.0
1 parent 9a62e88 commit c91d4b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.0"
1+
__version__ = "0.2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "channels-valkey"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Valkey-backed ASGI channel layer implementation"
55
readme = "README.rst"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)