change versions

This commit is contained in:
Victor Kotlin 2021-09-12 12:58:17 +03:00
parent b30729eca2
commit c27521de8b
4 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

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

View file

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