From a148e3274e94181875b37d9fad1b05b673ec2db8 Mon Sep 17 00:00:00 2001 From: grey-cat-1908 <61203964+grey-cat-1908@users.noreply.github.com> Date: Sun, 29 Aug 2021 08:07:52 +0300 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index dbc7fb9..d0bee38 100644 --- a/setup.py +++ b/setup.py @@ -11,8 +11,8 @@ README = (HERE / "README.md").read_text(encoding="utf8") # This call to setup() does all the work setup( name="boticordpy", - packages = ['boticordpy'], - version="1.3.5", + packages = ['boticordpy', 'boticordpy.modules'], + version="1.3.5.1", description="Simple Python Module for boticord api", long_description=README, long_description_content_type="text/markdown",