diff --git a/lanscatter/common.py b/lanscatter/common.py index a806605..e609b4c 100644 --- a/lanscatter/common.py +++ b/lanscatter/common.py @@ -31,7 +31,7 @@ class Defaults: SPARSE_FILE_MIN_SIZE = 128 * 1024 * 1024 # Sparse file creation on Windows entails slow shell calls - APP_VERSION = '0.1.3' + APP_VERSION = '0.1.4' PROTOCOL_VERSION = '3.0.0' diff --git a/setup.py b/setup.py index de1782f..94c25e3 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ }, data_files=[('bitmaps', ['icon.png', 'icon__bgr.png', 'icon__wheel.png'])], - version="0.1.3", + version="0.1.4", author="Jarno Elonen", author_email="elonen@iki.fi", description="P2P assisted large file distribution system for modern LAN environments",