Skip to content

Commit fe6a400

Browse files
committed
fixed packaging problem
1 parent b23311a commit fe6a400

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

django_valkey/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 2, 0)
1+
VERSION = (0, 2, 1)
22
__version__ = ".".join(map(str, VERSION))
33

44

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-valkey"
3-
version = "0.2.0.post1"
3+
version = "0.2.1"
44
description = "a valkey backend for django"
55
authors = [
66
{name = "amirreza",email = "[email protected]"}
@@ -30,7 +30,6 @@ requires-python = ">=3.10"
3030
dependencies = [
3131
"django (>=4.2.20)",
3232
"valkey (>=6.0.2)",
33-
"sphinx (>=8.0.2)",
3433
]
3534

3635
[project.optional-dependencies]
@@ -64,6 +63,7 @@ ruff = "^0.11.0"
6463

6564
[tool.poetry.group.docs.dependencies]
6665
sphinx-pdj-theme = "^0.5.0"
66+
sphinx = ">=8.0.2"
6767

6868
[build-system]
6969
requires = ["poetry-core>=2.0.0,<3.0.0"]

0 commit comments

Comments
 (0)