From 6fca2d13804bdda4989995bca8ae3b01fa966e6d Mon Sep 17 00:00:00 2001 From: Ethan Chrisp <16727756+EthanC@users.noreply.github.com> Date: Wed, 28 Jul 2021 00:49:25 -0500 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7a5280..c0273f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "callofduty.py" -version = "1.2.2" +version = "1.3.0" description = "CallofDuty.py is an asynchronous, object-oriented Python wrapper for the Call of Duty API." license = "MIT" authors = ["EthanC "]