Skip to content

Commit 3906de5

Browse files
committed
chore(release): bump version to 0.1.3
* Sync package version in `pyproject.toml` and `setup.py`. * Prepare release; no functional changes, only version increment.
1 parent 925e5a9 commit 3906de5

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
@@ -10,7 +10,7 @@ where = ["src"]
1010

1111
[project]
1212
name = "fastrict"
13-
version = "0.1.2"
13+
version = "0.1.3"
1414
description = "A comprehensive rate limiting system for FastAPI with Redis backend"
1515
readme = "README.md"
1616
requires-python = ">=3.8"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="fastrict",
13-
version="0.1.2",
13+
version="0.1.3",
1414
author="Mohammad Mahdi Samei",
1515
author_email="9259samei@gmail.com",
1616
description="A comprehensive rate limiting system for FastAPI with Redis backend",

0 commit comments

Comments
 (0)