Bump to 3.0.0

This commit is contained in:
Kroket Ltd
2023-11-24 04:12:03 +02:00
parent 093d28fe62
commit 249a7abd89
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
:license: BSD, see LICENSE for more details. :license: BSD, see LICENSE for more details.
""" """
__version__ = '2.1.0' __version__ = '3.0.0'
import os import os
+2 -2
View File
@@ -19,12 +19,12 @@ with open('README.md') as f:
INSTALL_REQUIRES = [ INSTALL_REQUIRES = [
"Quart>=0.10.0" "Quart>=0.19.0"
] ]
setup( setup(
name='Quart-Session', name='Quart-Session',
version='2.1.0', version='3.0.0',
url='https://github.com/kroketio/quart-session', url='https://github.com/kroketio/quart-session',
license='BSD', license='BSD',
author='Kroket Ltd.', author='Kroket Ltd.',