diff options
author | 2023-02-28 14:14:16 +0000 | |
---|---|---|
committer | 2023-02-28 14:14:16 +0000 | |
commit | b5cfc8a7f11b1eaf1013c1dcbc374c153444d47e (patch) | |
tree | 166bd7c4e801968751f5f3f2bd4093ec626beee0 | |
parent | Bump aiohttp from 3.8.3 to 3.8.4 (#38) (diff) |
Bump metricity versionv2.0.1
Some dependencies have been updated to hgih patch versions, so a patch version bump in the app makes sense
-rw-r--r-- | metricity/__init__.py | 2 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/metricity/__init__.py b/metricity/__init__.py index 90dfcfb..12e0b4a 100644 --- a/metricity/__init__.py +++ b/metricity/__init__.py @@ -14,7 +14,7 @@ from metricity.config import PythonConfig if TYPE_CHECKING: from metricity.bot import Bot -__version__ = "1.4.0" +__version__ = "2.0.1" # Set root log level logging.basicConfig(level=PythonConfig.log_level) diff --git a/pyproject.toml b/pyproject.toml index 7863bb4..cf2e0e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metricity" -version = "2.0.0" +version = "2.0.1" description = "Advanced metric collection for the Python Discord server" authors = ["Joe Banks <[email protected]>"] license = "MIT" |