1
1
[project ]
2
2
name = " django-owm"
3
- version = " 2024.10.1 "
3
+ version = " 2024.10.2 "
4
4
description = " Weather from the Open Weather Map APIs"
5
5
authors = [{
name =
" Jack Linke" ,
email =
" [email protected] " }]
6
6
license = { text = " MIT" }
@@ -12,7 +12,7 @@ classifiers = [
12
12
" Framework :: Django :: 4.2" ,
13
13
" Framework :: Django :: 5.0" ,
14
14
" Framework :: Django :: 5.1" ,
15
- " Development Status :: 3 - Alpha " ,
15
+ " Development Status :: 4 - Beta " ,
16
16
" Intended Audience :: Developers" ,
17
17
" License :: OSI Approved :: MIT License" ,
18
18
" Operating System :: OS Independent" ,
@@ -33,11 +33,11 @@ dependencies = [
33
33
]
34
34
35
35
[project .urls ]
36
- Changelog = " https://github.com/jacklinke /django-owm/releases"
37
- Homepage = " https://github.com/jacklinke /django-owm"
38
- Repository = " https://github.com/jacklinke /django-owm"
36
+ Changelog = " https://github.com/OmenApps /django-owm/releases"
37
+ Homepage = " https://github.com/OmenApps /django-owm"
38
+ Repository = " https://github.com/OmenApps /django-owm"
39
39
Documentation = " https://django-owm.readthedocs.io"
40
- Issues = " https://github.com/jacklinke /django-owm/issues"
40
+ Issues = " https://github.com/OmenApps /django-owm/issues"
41
41
42
42
[project .optional-dependencies ]
43
43
dev = [
0 commit comments