aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2021-12-08 16:19:06 +0000
committerGravatar Chris Lovering <[email protected]>2021-12-21 19:02:15 +0000
commitde5231cb633ff8c07713bca3ff451120a3c6bfa8 (patch)
tree92694229af84557789b3d6ab426f0a6e70ec07cb
parentflake8 ignore line break before/after binary operator (diff)
Bump version number
-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 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"