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",