From 336f5b93e2d00dd340da854718e77e031f5e4d8c Mon Sep 17 00:00:00 2001 From: fireattack Date: Thu, 22 Aug 2024 12:23:03 +0800 Subject: [PATCH] Bump version --- gfile/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gfile/__init__.py b/gfile/__init__.py index c17fd3f..b3ac6b8 100644 --- a/gfile/__init__.py +++ b/gfile/__init__.py @@ -1,4 +1,4 @@ from .gfile import GFile __author__ = """Sraqzit, fireattack""" -__version__ = '3.1' \ No newline at end of file +__version__ = '3.2.2' \ No newline at end of file diff --git a/setup.py b/setup.py index 7b81d35..278c382 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='gigafile', - version='3.2.1', + version='3.2.2', description='A python module to download and upload from gigafile.nu', author='Sraqzit, fireattack', install_requires=['requests>=2.25.1', 'requests_toolbelt>=0.9.1', 'tqdm>=4.61.2', 'beautifulsoup4>=4'],