aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-07-07 01:20:39 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-07-07 01:26:09 +0300
commitaa2c08aeec2792a4bcf62995905cc01ef126b884 (patch)
tree9bed195112e272b620c8115171f44249b78d65f9
parentLocks Python Version (diff)
Bumps Project Version
-rw-r--r--metricity/__init__.py2
-rw-r--r--pyproject.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/metricity/__init__.py b/metricity/__init__.py
index c4bf347..c02554d 100644
--- a/metricity/__init__.py
+++ b/metricity/__init__.py
@@ -6,7 +6,7 @@ import coloredlogs
from metricity.config import PythonConfig
-__version__ = "1.1.1"
+__version__ = "1.2.0"
# Set root log level
logging.basicConfig(level=PythonConfig.log_level)
diff --git a/pyproject.toml b/pyproject.toml
index a0aef1b..03fa1bb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "metricity"
-version = "1.1.1"
+version = "1.2.0"
description = "Advanced metric collection for the Python Discord server"
authors = ["Joe Banks <[email protected]>"]
license = "MIT"