Bump version

This commit is contained in:
Konsta Vesterinen
2014-01-23 10:12:47 +02:00
parent eeaf0e3c22
commit e41a34c1aa
2 changed files with 2 additions and 2 deletions

View File

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

View File

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