diff --git a/setup.py b/setup.py index 8164da2..54c4171 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ for name, requirements in extras_require.items(): setup( name='SQLAlchemy-Utils', - version='0.18.0', + version='0.19.0', url='https://github.com/kvesteri/sqlalchemy-utils', license='BSD', author='Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen', diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index 6e04147..07df3fe 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -45,7 +45,7 @@ from .types import ( ) -__version__ = '0.18.0' +__version__ = '0.19.0' __all__ = (