diff --git a/README b/README deleted file mode 100644 index 2518d27..0000000 --- a/README +++ /dev/null @@ -1 +0,0 @@ -This is a STUB. diff --git a/setup.py b/setup.py index 3f3df85..fe93b22 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( description='Script to serve files via a small HTTP server', long_description='Script to serve files via a small HTTP server. The server redirects all http requests to the file, so only IP and port must be given to another user to access the file.', platforms='posix', - version='0.3', + version='0.3.1', license='GPLv3 or later', url='http://seba-geek.de/stuff/servefile/', author='Sebastian Lohff',