Skip to content

Commit a5e4f84

Browse files
committed
Bumping version from 0.1.0 to 0.2.0
1 parent 3771f21 commit a5e4f84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "requestmodel"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "requestmodel"
55
authors = ["Jelmer Draaijer <info@jelmert.nl>"]
66
license = "MIT"
@@ -16,7 +16,7 @@ classifiers = [
1616
Changelog = "https://github.com/foarsitter/fastclient/releases"
1717

1818
[tool.poetry.dependencies]
19-
python = "^3.8"
19+
python = ">=3.8"
2020
fastapi = "^0.103.1"
2121
httpx = "^0.25.0"
2222

0 commit comments

Comments
 (0)