Bump version

This commit is contained in:
Konsta Vesterinen
2014-01-30 13:24:04 +02:00
parent 6327fa8731
commit 694e5dd4d1
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.3',
version='0.23.4',
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.3'
__version__ = '0.23.4'
__all__ = (