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 1064c3f commit 5714d76Copy full SHA for 5714d76
pyowm/constants.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
4
-PYOWM_VERSION = (3, 0, 0)
+PYOWM_VERSION = (3, 1, 0)
5
AGRO_API_VERSION = (1, 0, 0)
6
AIRPOLLUTION_API_VERSION = (3, 0, 0)
7
ALERT_API_VERSION = (3, 0, 0)
setup.py
@@ -27,6 +27,7 @@
27
"Programming Language :: Python",
28
"Programming Language :: Python :: 3.7",
29
"Programming Language :: Python :: 3.8",
30
+ "Programming Language :: Python :: 3.9",
31
"Natural Language :: English",
32
"Operating System :: OS Independent",
33
"Development Status :: 5 - Production/Stable",
0 commit comments