Skip to content

Commit a91b288

Browse files
committed
Bump to v0.4.3
1 parent 24502d8 commit a91b288

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
@@ -16,4 +16,4 @@
1616

1717
__all__ = [Store, RedisConfig, Model, asyncio]
1818

19-
__version__ = "0.4.2"
19+
__version__ = "0.4.3"

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.4.2",
14+
version="0.4.3",
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)