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

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Chrisp authored and Ethan Chrisp committed Feb 4, 2020
1 parent dea6b5b commit 7a3daa0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "callofduty.py"
version = "1.1.0"
version = "1.2.0"
description = "CallofDuty.py is an asynchronous, object-oriented Python wrapper for the Call of Duty API."
license = "MIT"
authors = ["EthanC <EthanC@github.com>"]
Expand All @@ -15,7 +15,7 @@ keywords = [
"api",
]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Framework :: AsyncIO",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
Expand All @@ -32,10 +32,10 @@ classifiers = [
packages = [{ include = "callofduty" }]

[tool.poetry.urls]
"Issue Tracker" = "https://github.com/EthanC/CallofDuty.py/issues"
"Releases" = "https://github.com/EthanC/CallofDuty.py/releases"
"Twitter" = "https://twitter.com/Mxtive"
"Discord" = "https://discord.gg/callofduty"
"Twitter" = "https://twitter.com/Mxtive"
"Changelog" = "https://github.com/EthanC/CallofDuty.py/releases"
"Issue Tracker" = "https://github.com/EthanC/CallofDuty.py/issues"

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit 7a3daa0

Please sign in to comment.