M PKG-INFO => PKG-INFO +2 -2
@@ 1,12 1,12 @@
Metadata-Version: 1.0
Name: ftputil
-Version: 5.0.3
+Version: 5.0.4
Summary: High-level FTP client library (virtual filesystem and more)
Home-page: http://ftputil.sschwarzer.net/
Author: Stefan Schwarzer
Author-email: sschwarzer@sschwarzer.net
License: Open source (revised BSD license)
-Download-URL: http://ftputil.sschwarzer.net/trac/attachment/wiki/Download/ftputil-5.0.3.tar.gz?format=raw
+Download-URL: http://ftputil.sschwarzer.net/trac/attachment/wiki/Download/ftputil-5.0.4.tar.gz?format=raw
Description: ftputil is a high-level FTP client library for the Python programming
language. ftputil implements a virtual file system for accessing FTP servers,
that is, it can generate file-like objects for remote files. The library
M ftputil/version.py => ftputil/version.py +1 -1
@@ 10,7 10,7 @@ import sys
# ftputil version number; substituted by `make patch`
-__version__ = "5.0.3"
+__version__ = "5.0.4"
_ftputil_version = __version__
_python_version = sys.version.split()[0]
M website/documentation.md => website/documentation.md +2 -2
@@ 3,8 3,8 @@ permalink: /documentation
title: Documentation
---
-**Version:** 5.0.3\
-**Date:** 2022-01-26\
+**Version:** 5.0.4\
+**Date:** 2022-05-11\
**Keywords:** FTP, `ftplib` substitute, virtual filesystem, pure Python\
**Author:** Stefan Schwarzer