Skip to content

Commit

Permalink
Push version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dolamroth committed Jan 20, 2024
1 parent 82ad92d commit 228d3e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "starlette_web"
version = "0.1.6"
version = "0.1.7"
description = "Asynchronous web framework, based on Starlette and inspired by Django"
readme = "README.md"
authors = [
Expand All @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"anyio>=4.2.0,<4.3",
"starlette>=0.34,<1.0",
"starlette>=0.35.1,<1.0",
"webargs-starlette>=2.1,<2.2",
"python-multipart==0.0.6", # required by starlette dependencies
"uvicorn[standard]>=0.25.0,<0.26",
Expand Down

0 comments on commit 228d3e5

Please sign in to comment.