We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722d0fc commit c8dadfbCopy full SHA for c8dadfb
pyownet/__init__.py
@@ -17,4 +17,4 @@
17
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18
#
19
20
-__version__ = '0.7.0.dev1'
+__version__ = '0.7.0'
setup.py
@@ -23,6 +23,9 @@
23
'Environment :: Other Environment',
24
'Intended Audience :: Developers',
25
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
26
+ 'Programming Language :: Python :: 2.6',
27
+ 'Programming Language :: Python :: 2.7',
28
+ 'Programming Language :: Python :: 3',
29
],
30
cmdclass = {'build_py':build_py},
31
)
0 commit comments