Skip to content

Commit 8de3dda

Browse files
committed
Prepare release v0.2.1
1 parent e0bcacb commit 8de3dda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "richapi"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Find HTTPExceptions and turn them into documented responses!"
55
readme = "README.md"
66
requires-python = ">=3.9"

richapi/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)