chore: set version 0.2.0

This commit is contained in:
long2ice
2023-01-11 21:20:41 +08:00
parent 09361a7d4f
commit 59a47b7fae
5 changed files with 10 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-cache2"
version = "0.2.1"
version = "0.2.0"
description = "Cache for FastAPI"
authors = ["long2ice <long2ice@gmail.com>"]
license = "Apache-2.0"
@@ -23,7 +23,7 @@ aiomcache = { version = "*", optional = true }
pendulum = "*"
aiobotocore = { version = "^1.4.1", optional = true }
typing-extensions = { version = ">=4.1.0", markers = "python_version < \"3.10\"" }
aiohttp= { version = ">=3.8.3", markers = "python_version >= \"3.11\""}
aiohttp = { version = ">=3.8.3", markers = "python_version >= \"3.11\"" }
[tool.poetry.dev-dependencies]
flake8 = "*"