diff options
author | 2020-12-21 17:45:22 +0000 | |
---|---|---|
committer | 2020-12-21 17:45:22 +0000 | |
commit | 1bba515dcc5134d34685cd364f653a1ef4d92f82 (patch) | |
tree | 3c49a58af718b312900995d3333f9a87cc4f18f5 | |
parent | Add support for pending members (diff) |
Version bump
-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 17278ec..c4bf347 100644 --- a/metricity/__init__.py +++ b/metricity/__init__.py @@ -6,7 +6,7 @@ import coloredlogs from metricity.config import PythonConfig -__version__ = "1.1.0" +__version__ = "1.1.1" # Set root log level logging.basicConfig(level=PythonConfig.log_level) diff --git a/pyproject.toml b/pyproject.toml index 297021c..6152f24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metricity" -version = "1.1.0" +version = "1.1.1" description = "Advanced metric collection for the Python Discord server" authors = ["Joe Banks <[email protected]>"] license = "MIT" |