Bump version

This commit is contained in:
Konsta Vesterinen
2014-01-06 10:35:10 +02:00
parent a62f9f0523
commit 3b002dd106
2 changed files with 2 additions and 2 deletions

View File

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

View File

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