mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
change versions
This commit is contained in:
parent
b30729eca2
commit
c27521de8b
4 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
Metadata-Version: 2.1
|
Metadata-Version: 2.1
|
||||||
Name: boticordpy
|
Name: boticordpy
|
||||||
Version: 1.3.7
|
Version: 1.4
|
||||||
Summary: Simple Python Module for boticord api
|
Summary: Simple Python Module for boticord api
|
||||||
Home-page: https://github.com/grey-cat-1908/boticordpy
|
Home-page: https://github.com/grey-cat-1908/boticordpy
|
||||||
Author: KerdokuCat
|
Author: KerdokuCat
|
||||||
|
|
|
@ -5,6 +5,7 @@ boticordpy/__init__.py
|
||||||
boticordpy/client.py
|
boticordpy/client.py
|
||||||
boticordpy/config.py
|
boticordpy/config.py
|
||||||
boticordpy/exceptions.py
|
boticordpy/exceptions.py
|
||||||
|
boticordpy/webhook.py
|
||||||
boticordpy.egg-info/PKG-INFO
|
boticordpy.egg-info/PKG-INFO
|
||||||
boticordpy.egg-info/SOURCES.txt
|
boticordpy.egg-info/SOURCES.txt
|
||||||
boticordpy.egg-info/dependency_links.txt
|
boticordpy.egg-info/dependency_links.txt
|
||||||
|
|
|
@ -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.3.7'
|
release = '1.4'
|
||||||
|
|
||||||
|
|
||||||
# -- 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.3.7",
|
version="1.4",
|
||||||
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