From ad9410d1a31c09bf798afca6cd3437d52584554d Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Sat, 4 Jan 2014 15:25:54 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- sqlalchemy_utils/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7696b5c..94a6252 100644 --- a/setup.py +++ b/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', diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index f85a51c..6473d79 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -50,7 +50,7 @@ from .types import ( ) -__version__ = '0.21.0' +__version__ = '0.22.0' __all__ = (