From 84bdd9ed4c6e5464028124fee417c8ab654d56ba Mon Sep 17 00:00:00 2001 From: ZustFancake Date: Mon, 11 Mar 2024 08:57:27 +0900 Subject: [PATCH] Updated version --- setup.py | 2 +- src/EasyFTP/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a978364..f102e87 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='EasyFTP', - version='0.0.29b', + version='0.0.31b', description='Easy usage of FTP operation', long_description=long_description, long_description_content_type='text/markdown', diff --git a/src/EasyFTP/__init__.py b/src/EasyFTP/__init__.py index 8534bec..753f3a7 100644 --- a/src/EasyFTP/__init__.py +++ b/src/EasyFTP/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.0.29b" +__version__ = "0.0.31b" from .EasyFTP import EasyFTP, FTPError, Filter \ No newline at end of file