Skip to content

Commit

Permalink
Prepare release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMozaffar committed Oct 22, 2024
1 parent e0bcacb commit 8de3dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "richapi"
version = "0.2.0"
version = "0.2.1"
description = "Find HTTPExceptions and turn them into documented responses!"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion richapi/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit 8de3dda

Please sign in to comment.