Bump version, fix packages

This commit is contained in:
Konsta Vesterinen
2014-06-25 15:06:15 +03:00
parent 3eac18eb8e
commit 8d9cb7c25f
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ for name, requirements in extras_require.items():
setup(
name='SQLAlchemy-Utils',
version='0.26.2',
version='0.26.3',
url='https://github.com/kvesteri/sqlalchemy-utils',
license='BSD',
author='Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen',
@@ -53,7 +53,7 @@ setup(
'Various utility functions for SQLAlchemy.'
),
long_description=__doc__,
packages=find_packages('.'),
packages=find_packages('.', exclude=['tests', 'tests.*']),
zip_safe=False,
include_package_data=True,
platforms='any',

View File

@@ -70,7 +70,7 @@ from .types import (
)
__version__ = '0.26.2'
__version__ = '0.26.3'
__all__ = (