From af249cc070c8e9036cb5f7e3b7f64611e7b3354d Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 25 Jan 2017 17:00:38 +0100 Subject: [PATCH] Incremented version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d05432a..637b403 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.4', + version='0.5', description='Python wrapper to access and control an UrBackup server', long_description=long_description,