summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2016-02-14 16:51:13 +0100
committerYves Fischer <yvesf-git@xapek.org>2016-02-14 16:52:00 +0100
commit058a9212ccf2c461cc25cfc529ed3085e3c4320a (patch)
tree587a87d6d2797edee198ed27c728099692d39258
parent45ddf44af5a5adf5fd6f32b4844952b41fd4cb8a (diff)
downloadfuse-httpfs-058a9212ccf2c461cc25cfc529ed3085e3c4320a.tar.gz
fuse-httpfs-058a9212ccf2c461cc25cfc529ed3085e3c4320a.zip
Set version to 0.4
This version is considered unreleased (snapshot) until there is a v0.4 tag
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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',