From 22e90ac17e50b4ccccf023dd81804f49d2d4b5ee Mon Sep 17 00:00:00 2001 From: Victor Kotlin Date: Sun, 19 Sep 2021 12:20:20 +0300 Subject: [PATCH] 1.5 release --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index abf4ed8..116d356 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ copyright = '2021, Grey Cat' author = 'Grey Cat' # The full version, including alpha/beta/rc tags -release = '1.4' +release = '1.5' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 7320ef6..191da1f 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ README = (HERE / "README.md").read_text(encoding="utf8") setup( name="boticordpy", packages = ['boticordpy', 'boticordpy.modules'], - version="1.4", + version="1.5", description="Simple Python Module for boticord api", long_description=README, long_description_content_type="text/markdown",