diff options
author | 2021-12-08 16:19:06 +0000 | |
---|---|---|
committer | 2021-12-21 19:02:15 +0000 | |
commit | de5231cb633ff8c07713bca3ff451120a3c6bfa8 (patch) | |
tree | 92694229af84557789b3d6ab426f0a6e70ec07cb | |
parent | flake8 ignore line break before/after binary operator (diff) |
Bump version number
-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 c02554d..5fecffc 100644 --- a/metricity/__init__.py +++ b/metricity/__init__.py @@ -6,7 +6,7 @@ import coloredlogs from metricity.config import PythonConfig -__version__ = "1.2.0" +__version__ = "1.3.0" # Set root log level logging.basicConfig(level=PythonConfig.log_level) diff --git a/pyproject.toml b/pyproject.toml index 7e0f00c..90d8eb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metricity" -version = "1.2.0" +version = "1.3.0" description = "Advanced metric collection for the Python Discord server" authors = ["Joe Banks <[email protected]>"] license = "MIT" |