Bump version

This commit is contained in:
Konsta Vesterinen
2014-01-21 15:14:11 +02:00
parent ead8ea2cdc
commit af0d6a0c22
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -52,7 +52,7 @@ from .types import (
)
__version__ = '0.23.1'
__version__ = '0.23.2'
__all__ = (