From e236596cc4e9e16f975e0413320180c914e8a24e Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Tue, 14 Jan 2014 16:47:00 +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 549a1d6..6a5d89a 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ for name, requirements in extras_require.items(): setup( name='SQLAlchemy-Utils', - version='0.23.0', + version='0.23.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 86bbf6c..8d19a12 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -56,7 +56,7 @@ from .types import ( ) -__version__ = '0.23.0' +__version__ = '0.23.1' __all__ = (