Skip to content

Commit

Permalink
Bump to version 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinitto committed Dec 12, 2022
1 parent ac8a42b commit 3fad08d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pydantic_redis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from .model import Model
from .store import Store

__version__ = "0.1.6"
__version__ = "0.1.7"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# This call to setup() does all the work
setup(
name="pydantic-redis",
version="0.1.6",
version="0.1.7",
description="This package provides a simple ORM for redis using pydantic-like models.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3fad08d

Please sign in to comment.