Bumped version
This commit is contained in:
2
setup.py
2
setup.py
@@ -55,7 +55,7 @@ for name, requirements in extras_require.items():
|
||||
|
||||
setup(
|
||||
name='SQLAlchemy-Utils',
|
||||
version='0.16.2',
|
||||
version='0.16.3',
|
||||
url='https://github.com/kvesteri/sqlalchemy-utils',
|
||||
license='BSD',
|
||||
author='Konsta Vesterinen',
|
||||
|
@@ -34,7 +34,7 @@ from .types import (
|
||||
)
|
||||
|
||||
|
||||
__version__ = '0.16.2'
|
||||
__version__ = '0.16.3'
|
||||
|
||||
|
||||
__all__ = (
|
||||
|
Reference in New Issue
Block a user