Skip to content

Commit 3fad08d

Browse files
committed
Bump to version 0.1.7
1 parent ac8a42b commit 3fad08d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pydantic_redis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .model import Model
55
from .store import Store
66

7-
__version__ = "0.1.6"
7+
__version__ = "0.1.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# This call to setup() does all the work
1212
setup(
1313
name="pydantic-redis",
14-
version="0.1.6",
14+
version="0.1.7",
1515
description="This package provides a simple ORM for redis using pydantic-like models.",
1616
long_description=README,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)