Bumped version

This commit is contained in:
Konsta Vesterinen
2013-08-05 13:34:01 +03:00
parent 8e57050c2d
commit 29ad0343a3
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ for name, requirements in extras_require.items():
setup( setup(
name='SQLAlchemy-Utils', name='SQLAlchemy-Utils',
version='0.16.2', version='0.16.3',
url='https://github.com/kvesteri/sqlalchemy-utils', url='https://github.com/kvesteri/sqlalchemy-utils',
license='BSD', license='BSD',
author='Konsta Vesterinen', author='Konsta Vesterinen',

View File

@@ -34,7 +34,7 @@ from .types import (
) )
__version__ = '0.16.2' __version__ = '0.16.3'
__all__ = ( __all__ = (