We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76583ad commit 2584f78Copy full SHA for 2584f78
1 file changed
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='comwatt-client',
5
- version='0.0.1',
+ version='0.1.0',
6
author='Matéo Greil',
7
author_email='contact@greil.fr',
8
description='Python Client for Comwatt API',
@@ -11,7 +11,7 @@
11
'requests',
12
],
13
classifiers=[
14
- 'Development Status :: 2 - Pre-Alpha',
+ 'Development Status :: 2 - Alpha',
15
'Intended Audience :: Developers',
16
'Programming Language :: Python :: 3',
17
'Programming Language :: Python :: 3.6',
0 commit comments