Skip to content
This repository was archived by the owner on Dec 28, 2021. It is now read-only.

Commit 7a3daa0

Browse files
Ethan ChrispEthan Chrisp
Ethan Chrisp
authored and
Ethan Chrisp
committed
Bump version to 1.2.0
1 parent dea6b5b commit 7a3daa0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "callofduty.py"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "CallofDuty.py is an asynchronous, object-oriented Python wrapper for the Call of Duty API."
55
license = "MIT"
66
authors = ["EthanC <EthanC@github.com>"]
@@ -15,7 +15,7 @@ keywords = [
1515
"api",
1616
]
1717
classifiers = [
18-
"Development Status :: 3 - Alpha",
18+
"Development Status :: 5 - Production/Stable",
1919
"Framework :: AsyncIO",
2020
"Intended Audience :: Developers",
2121
"License :: OSI Approved :: MIT License",
@@ -32,10 +32,10 @@ classifiers = [
3232
packages = [{ include = "callofduty" }]
3333

3434
[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"
3835
"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"
3939

4040
[tool.poetry.dependencies]
4141
python = "^3.8"

0 commit comments

Comments
 (0)