Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZustFancake committed Mar 10, 2024
1 parent 0640c3b commit 84bdd9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/EasyFTP/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.0.29b"
__version__ = "0.0.31b"

from .EasyFTP import EasyFTP, FTPError, Filter

0 comments on commit 84bdd9e

Please sign in to comment.