From 2fe476bd5a51670a72e90e103c36b6969f37f542 Mon Sep 17 00:00:00 2001 From: Sergey Sayamov Date: Thu, 13 Apr 2023 22:21:50 +0300 Subject: [PATCH] Release 0.1.2 --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index b9a27c7..7293b3e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = dolamroth@mail.ru -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 @@ -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