Bump version
This commit is contained in:
2
setup.py
2
setup.py
@@ -59,7 +59,7 @@ for name, requirements in extras_require.items():
|
||||
|
||||
setup(
|
||||
name='SQLAlchemy-Utils',
|
||||
version='0.21.0',
|
||||
version='0.22.0',
|
||||
url='https://github.com/kvesteri/sqlalchemy-utils',
|
||||
license='BSD',
|
||||
author='Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen',
|
||||
|
@@ -50,7 +50,7 @@ from .types import (
|
||||
)
|
||||
|
||||
|
||||
__version__ = '0.21.0'
|
||||
__version__ = '0.22.0'
|
||||
|
||||
|
||||
__all__ = (
|
||||
|
Reference in New Issue
Block a user