Bump version

This commit is contained in:
Konsta Vesterinen
2014-01-04 15:25:54 +02:00
parent 6d80a1b15c
commit ad9410d1a3
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ for name, requirements in extras_require.items():
setup( setup(
name='SQLAlchemy-Utils', name='SQLAlchemy-Utils',
version='0.21.0', version='0.22.0',
url='https://github.com/kvesteri/sqlalchemy-utils', url='https://github.com/kvesteri/sqlalchemy-utils',
license='BSD', license='BSD',
author='Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen', author='Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen',

View File

@@ -50,7 +50,7 @@ from .types import (
) )
__version__ = '0.21.0' __version__ = '0.22.0'
__all__ = ( __all__ = (