Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dolamroth committed Apr 13, 2023
1 parent 418d18d commit 2fe476b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[metadata]
name = starlette_web
version = 0.1.1
version = 0.1.2
description = Asynchronous web framework, based on Starlette and inspired by Django
long_description = file: README.md
url = https://github.com/dolamroth/starlette-web
author = Sergey Sayamov
author_email = [email protected]
download_url = https://github.com/dolamroth/starlette-web/archive/refs/tags/0.1.1.tar.gz
download_url = https://github.com/dolamroth/starlette-web/archive/refs/tags/0.1.2.tar.gz
license = MIT License
classifiers =
Programming Language :: Python :: 3
Expand Down Expand Up @@ -51,7 +51,7 @@ apispec =
openapi-spec-validator>=0.5.6,<0.6

admin =
starlette-admin>=0.7.0,<0.8
starlette-admin>=0.7.0,<0.9

auth =
PyJWT>=2.6,<2.7
Expand Down

0 comments on commit 2fe476b

Please sign in to comment.