We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8a42b commit 3fad08dCopy full SHA for 3fad08d
pydantic_redis/__init__.py
@@ -4,4 +4,4 @@
4
from .model import Model
5
from .store import Store
6
7
-__version__ = "0.1.6"
+__version__ = "0.1.7"
setup.py
@@ -11,7 +11,7 @@
11
# This call to setup() does all the work
12
setup(
13
name="pydantic-redis",
14
- version="0.1.6",
+ version="0.1.7",
15
description="This package provides a simple ORM for redis using pydantic-like models.",
16
long_description=README,
17
long_description_content_type="text/markdown",
0 commit comments