This repository was archived by the owner on Dec 28, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " callofduty.py"
3
- version = " 1.1 .0"
3
+ version = " 1.2 .0"
4
4
description = " CallofDuty.py is an asynchronous, object-oriented Python wrapper for the Call of Duty API."
5
5
license = " MIT"
6
6
authors = [
" EthanC <[email protected] >" ]
@@ -15,7 +15,7 @@ keywords = [
15
15
" api" ,
16
16
]
17
17
classifiers = [
18
- " Development Status :: 3 - Alpha " ,
18
+ " Development Status :: 5 - Production/Stable " ,
19
19
" Framework :: AsyncIO" ,
20
20
" Intended Audience :: Developers" ,
21
21
" License :: OSI Approved :: MIT License" ,
@@ -32,10 +32,10 @@ classifiers = [
32
32
packages = [{ include = " callofduty" }]
33
33
34
34
[tool .poetry .urls ]
35
- "Issue Tracker" = " https://github.com/EthanC/CallofDuty.py/issues"
36
- "Releases" = " https://github.com/EthanC/CallofDuty.py/releases"
37
- "Twitter" = " https://twitter.com/Mxtive"
38
35
"Discord" = " https://discord.gg/callofduty"
36
+ "Twitter" = " https://twitter.com/Mxtive"
37
+ "Changelog" = " https://github.com/EthanC/CallofDuty.py/releases"
38
+ "Issue Tracker" = " https://github.com/EthanC/CallofDuty.py/issues"
39
39
40
40
[tool .poetry .dependencies ]
41
41
python = " ^3.8"
You can’t perform that action at this time.
0 commit comments