From 058a9212ccf2c461cc25cfc529ed3085e3c4320a Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sun, 14 Feb 2016 16:51:13 +0100 Subject: Set version to 0.4 This version is considered unreleased (snapshot) until there is a v0.4 tag --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 08a6c50..1b475d5 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 from distutils.core import setup -version='0.3' +version='0.4' setup( name='fuse-httpfs', -- cgit v1.2.1