diff --git a/setup.py b/setup.py index 1cc50d7..2c8defe 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ for name, requirements in extras_require.items(): setup( name='SQLAlchemy-Utils', - version='0.23.2', + version='0.23.3', 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 8a12079..fce3b80 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -52,7 +52,7 @@ from .types import ( ) -__version__ = '0.23.2' +__version__ = '0.23.3' __all__ = (