Skip to content

Commit 505c9b4

Browse files
committed
Prepare for 0.6.4
1 parent 6276a2a commit 505c9b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name='luftdaten',
22-
version='0.6.3',
22+
version='0.6.4',
2323
description='Python API for interacting with luftdaten.info.',
2424
long_description=long_description,
2525
url='https://github.com/fabaff/python-luftdaten',
@@ -38,8 +38,8 @@
3838
'Operating System :: MacOS :: MacOS X',
3939
'Operating System :: Microsoft :: Windows',
4040
'Operating System :: POSIX',
41-
'Programming Language :: Python :: 3.5',
4241
'Programming Language :: Python :: 3.6',
42+
'Programming Language :: Python :: 3.7',
4343
'Topic :: Utilities',
4444
],
4545
)

0 commit comments

Comments
 (0)