Bumped version
This commit is contained in:
2
setup.py
2
setup.py
@@ -24,7 +24,7 @@ class PyTest(Command):
|
||||
|
||||
setup(
|
||||
name='SQLAlchemy-Utils',
|
||||
version='0.14.4',
|
||||
version='0.14.5',
|
||||
url='https://github.com/kvesteri/sqlalchemy-utils',
|
||||
license='BSD',
|
||||
author='Konsta Vesterinen',
|
||||
|
@@ -24,7 +24,7 @@ from .types import (
|
||||
)
|
||||
|
||||
|
||||
__version__ = '0.14.4'
|
||||
__version__ = '0.14.5'
|
||||
|
||||
|
||||
__all__ = (
|
||||
|
Reference in New Issue
Block a user