Bumped version

This commit is contained in:
Konsta Vesterinen
2013-07-22 11:21:06 +03:00
parent 0daae1d425
commit a5143e2b8a
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ class PyTest(Command):
setup( setup(
name='SQLAlchemy-Utils', name='SQLAlchemy-Utils',
version='0.14.4', version='0.14.5',
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

@@ -24,7 +24,7 @@ from .types import (
) )
__version__ = '0.14.4' __version__ = '0.14.5'
__all__ = ( __all__ = (