diff --git a/pyownet/__init__.py b/pyownet/__init__.py index 1bca5ca..a10a934 100644 --- a/pyownet/__init__.py +++ b/pyownet/__init__.py @@ -17,4 +17,4 @@ # along with this program. If not, see . # -__version__ = '0.7.0.dev1' +__version__ = '0.7.0' diff --git a/setup.py b/setup.py index 0c0b445..b212346 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,9 @@ 'Environment :: Other Environment', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', ], cmdclass = {'build_py':build_py}, )