Skip to content

Commit 5714d76

Browse files
committed
version dump
1 parent 1064c3f commit 5714d76

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyowm/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
PYOWM_VERSION = (3, 0, 0)
4+
PYOWM_VERSION = (3, 1, 0)
55
AGRO_API_VERSION = (1, 0, 0)
66
AIRPOLLUTION_API_VERSION = (3, 0, 0)
77
ALERT_API_VERSION = (3, 0, 0)

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"Programming Language :: Python",
2828
"Programming Language :: Python :: 3.7",
2929
"Programming Language :: Python :: 3.8",
30+
"Programming Language :: Python :: 3.9",
3031
"Natural Language :: English",
3132
"Operating System :: OS Independent",
3233
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)