diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2016-02-14 16:51:13 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2016-02-14 16:52:00 +0100 |
commit | 058a9212ccf2c461cc25cfc529ed3085e3c4320a (patch) | |
tree | 587a87d6d2797edee198ed27c728099692d39258 | |
parent | 45ddf44af5a5adf5fd6f32b4844952b41fd4cb8a (diff) | |
download | fuse-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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/env python3 from distutils.core import setup -version='0.3' +version='0.4' setup( name='fuse-httpfs', |