Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fireattack committed Aug 22, 2024
1 parent d320a61 commit 336f5b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gfile/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .gfile import GFile

__author__ = """Sraqzit, fireattack"""
__version__ = '3.1'
__version__ = '3.2.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 336f5b9

Please sign in to comment.