From 3b002dd1065a1c9527cf9b1ecc8951bfb20b7868 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Mon, 6 Jan 2014 10:35:10 +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 c457e5e..f2a020d 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index 6473d79..dea1033 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -50,7 +50,7 @@ from .types import ( ) -__version__ = '0.22.0' +__version__ = '0.22.1' __all__ = (