diff --git a/VERSION b/VERSION index 0a1ffad4..8bd6ba8c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.4 +0.7.5 diff --git a/setup.py b/setup.py index 8e07535a..a000fa98 100644 --- a/setup.py +++ b/setup.py @@ -65,16 +65,18 @@ setup(name='Objects', cmdclass={ 'publish': PublishCommand, }, - keywords=['Dependency management', - 'Dependency injection', - 'Dependency injection container', - 'DI', - 'DIC', - 'Dependency injector', - 'Inversion of Control', - 'Inversion of Control container', - 'IoC', - 'IoC container'], + keywords=[ + 'Dependency management', + 'Dependency injection', + 'Dependency injection container', + 'DI', + 'DIC', + 'Dependency injector', + 'Inversion of Control', + 'Inversion of Control container', + 'IoC', + 'IoC container', + ], classifiers=[ 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers',