From bf87a16aa946b03db40fe34f011f3558dac97d5b Mon Sep 17 00:00:00 2001 From: LamerLink <36551116+LamerLink@users.noreply.github.com> Date: Sun, 1 Oct 2023 23:40:02 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- src/craftlink/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a540f17..17b9cd5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.0.1 commit = true tag = true tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index a3de470..aa48386 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "craftlink" -version = "1.0.0" +version = "1.0.1" description = "A Discord bot to control a Minecraft Bedrock server remotely." authors = ["LamerLink <36551116+LamerLink@users.noreply.github.com>"] license = "MIT" diff --git a/src/craftlink/__init__.py b/src/craftlink/__init__.py index 5becc17..5c4105c 100644 --- a/src/craftlink/__init__.py +++ b/src/craftlink/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.0.1"