Skip to content

Commit

Permalink
Bump to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinitto committed Jul 1, 2024
1 parent 3d7d960 commit 6ea6411
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.6.0] - 2024-07-01

### Added

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pydantic_redis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

__all__ = ["Store", "RedisConfig", "Model", "asyncio"]

__version__ = "0.5.0"
__version__ = "0.6.0"
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.5.0",
version="0.6.0",
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 6ea6411

Please sign in to comment.