From 8210495e596b29796f0b506f01ba55c9e1aedaf6 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sat, 10 May 2014 23:02:49 +0200 Subject: [PATCH] Bump 0.7.0 --- setup.py | 3 ++- sigal/pkgmeta.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 07dea7d..664373f 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( test_requires=['pytest'], entry_points=entry_points, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', @@ -47,6 +47,7 @@ setup( 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Multimedia :: Graphics :: Viewers', 'Topic :: Software Development :: Libraries :: Python Modules', diff --git a/sigal/pkgmeta.py b/sigal/pkgmeta.py index 3d216a8..4c9c425 100644 --- a/sigal/pkgmeta.py +++ b/sigal/pkgmeta.py @@ -22,7 +22,7 @@ __title__ = 'sigal' __author__ = 'Simon Conseil' -__version__ = '0.7.0-dev' +__version__ = '0.7.0' __license__ = 'MIT' __url__ = 'https://github.com/saimn/sigal' __all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']