From d0bd87f2cc449bf2130ef6f8437a0c700e38c24b Mon Sep 17 00:00:00 2001 From: Ethan Chrisp Date: Tue, 2 Jun 2020 17:00:34 -0500 Subject: [PATCH] Bump version to 1.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6ae5ac..b7c5319 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "callofduty.py" -version = "1.2.0" +version = "1.2.1" description = "CallofDuty.py is an asynchronous, object-oriented Python wrapper for the Call of Duty API." license = "MIT" authors = ["EthanC "]