mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
1.5 release
This commit is contained in:
parent
26e0fd28db
commit
22e90ac17e
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ copyright = '2021, Grey Cat'
|
||||||
author = 'Grey Cat'
|
author = 'Grey Cat'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = '1.4'
|
release = '1.5'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -12,7 +12,7 @@ README = (HERE / "README.md").read_text(encoding="utf8")
|
||||||
setup(
|
setup(
|
||||||
name="boticordpy",
|
name="boticordpy",
|
||||||
packages = ['boticordpy', 'boticordpy.modules'],
|
packages = ['boticordpy', 'boticordpy.modules'],
|
||||||
version="1.4",
|
version="1.5",
|
||||||
description="Simple Python Module for boticord api",
|
description="Simple Python Module for boticord api",
|
||||||
long_description=README,
|
long_description=README,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|
Loading…
Reference in a new issue