1.5 release

This commit is contained in:
Victor Kotlin 2021-09-19 12:20:20 +03:00
parent 26e0fd28db
commit 22e90ac17e
2 changed files with 2 additions and 2 deletions

View file

@ -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 ---------------------------------------------------

View file

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