We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6276a2a commit 505c9b4Copy full SHA for 505c9b4
setup.py
@@ -19,7 +19,7 @@
19
20
setup(
21
name='luftdaten',
22
- version='0.6.3',
+ version='0.6.4',
23
description='Python API for interacting with luftdaten.info.',
24
long_description=long_description,
25
url='https://github.com/fabaff/python-luftdaten',
@@ -38,8 +38,8 @@
38
'Operating System :: MacOS :: MacOS X',
39
'Operating System :: Microsoft :: Windows',
40
'Operating System :: POSIX',
41
- 'Programming Language :: Python :: 3.5',
42
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
43
'Topic :: Utilities',
44
],
45
)
0 commit comments