From bd444ad05957fff17731f1583bb211cd7323e681 Mon Sep 17 00:00:00 2001 From: AntiCompositeNumber Date: Sat, 5 Mar 2022 11:00:33 -0500 Subject: [PATCH] Release version 0.6.1 --- acnutils/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/acnutils/__init__.py b/acnutils/__init__.py index d73efe6..07f1fa4 100644 --- a/acnutils/__init__.py +++ b/acnutils/__init__.py @@ -28,7 +28,7 @@ from typing import Callable, Any, Dict -__version__ = "0.6.0" +__version__ = "0.6.1" logger = logging.getLogger(__name__) diff --git a/pyproject.toml b/pyproject.toml index dd84ab7..d877c50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "acnutils" -version = "0.6.0" +version = "0.6.1" description = "Various utilities used in AntiCompositeNumber's bots" authors = ["AntiCompositeNumber "] license = "Apache-2.0"