Skip to content

Commit

Permalink
version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amirreza8002 committed Sep 15, 2024
1 parent 016f0aa commit 11376b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_valkey/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 1, 0)
VERSION = (0, 1, 2)
__version__ = ".".join(map(str, VERSION))


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-valkey"
version = "0.1.0"
version = "0.1.2"
license = "BSD-3-Caluse"
description = "a valkey backend for django, forked from django-redis"
authors = ["amirreza <[email protected]>"]
Expand Down

0 comments on commit 11376b9

Please sign in to comment.