docs: update install instructions and bump version to 0.2.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "fastapi-traffic"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
description = "Production-grade rate limiting for FastAPI with multiple algorithms and backends"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
@@ -42,9 +42,9 @@ dev = [
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Documentation = "https://gitlab.com/fastapi-traffic/fastapi-traffic#readme"
|
||||
Repository = "https://github.com/fastapi-traffic/fastapi-traffic"
|
||||
Issues = "https://gitlab.com/bereckobrian/fastapi-traffic/issues"
|
||||
Documentation = "https://gitlab.com/zanewalker/fastapi-traffic#readme"
|
||||
Repository = "https://github.com/zanewalker/fastapi-traffic"
|
||||
Issues = "https://gitlab.com/zanewalker/fastapi-traffic/issues"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
||||
Reference in New Issue
Block a user