Bump version

This commit is contained in:
Kroket Ltd
2022-11-24 17:14:14 +01:00
parent cc99a72901
commit 2f53caa654
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
### 1.0.7
- Updated memcached support (removed asyncio.loop, removed coroutine decorator)
### 1.0.6 ### 1.0.6
- MongoDB support - MongoDB support
+1 -1
View File
@@ -10,7 +10,7 @@
:license: BSD, see LICENSE for more details. :license: BSD, see LICENSE for more details.
""" """
__version__ = '1.0.6' __version__ = '1.0.7'
import os import os
+1 -1
View File
@@ -24,7 +24,7 @@ INSTALL_REQUIRES = [
setup( setup(
name='Quart-Session', name='Quart-Session',
version='1.0.6', version='1.0.7',
url='https://github.com/kroketio/quart-session', url='https://github.com/kroketio/quart-session',
license='BSD', license='BSD',
author='Kroket Ltd.', author='Kroket Ltd.',