From 60592a8cfc368d8d27ec765c51c94cc42d04bcbb Mon Sep 17 00:00:00 2001 From: moonburnt Date: Wed, 14 Dec 2022 00:13:56 +0300 Subject: [PATCH] bump version 1.0.1 -> 1.1.0 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 05ffef2..f89db22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "notashark" -version = "1.0.1" +version = "1.1.0" description = "notashark - a discord bot for King Arthur's Gold" readme = "README.md" authors = [ diff --git a/setup.py b/setup.py index 18bac85..73f833e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="notashark", - version="1.0.1", + version="1.1.0", description="notashark - a discord bot for King Arthur's Gold", long_description=long_description, long_description_content_type="text/markdown",