From ea8c303602c38ef6a0b16e0f2d647d4f689ae352 Mon Sep 17 00:00:00 2001 From: Mamad Mehrabi Rad Date: Tue, 27 Feb 2024 17:08:33 -0500 Subject: [PATCH] edit version app --- balepy/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/balepy/__init__.py b/balepy/__init__.py index 4b631b7..da7d117 100644 --- a/balepy/__init__.py +++ b/balepy/__init__.py @@ -2,7 +2,7 @@ from .util import message __title__: str = 'balepy' -__version__: str = '1.3.2' +__version__: str = '1.3.5' __license__: str = 'MIT license' __author__: str = 'Mamad Mehrabi Rad' __url__: str = 'https://github.com/OnlyRad/balepy' diff --git a/setup.py b/setup.py index 59544f5..1df5c34 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name = 'balepy', - version = '1.3.2', + version = '1.3.5', author='Mohammad, AmirAli', author_email = 'mohammadmehrabi175@gmail.com', description = 'balepy a Library Python for create bots API in bale application',