Skip to content

Commit

Permalink
Bump to v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinitto committed Dec 29, 2022
1 parent 24502d8 commit a91b288
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 @@ -16,4 +16,4 @@

__all__ = [Store, RedisConfig, Model, asyncio]

__version__ = "0.4.2"
__version__ = "0.4.3"
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.4.2",
version="0.4.3",
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 a91b288

Please sign in to comment.