diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2015-03-28 18:30:54 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2015-03-28 18:30:54 +0100 |
commit | 915836963984be827ddcf56da33af39d40f73be9 (patch) | |
tree | 88e2899248e3edd70cce92037b7eacd2c117f63c | |
parent | 04bf01a13117159f368226d82723e2affc78d13d (diff) | |
download | movietool-915836963984be827ddcf56da33af39d40f73be9.tar.gz movietool-915836963984be827ddcf56da33af39d40f73be9.zip |
set version to 0.2-SNAPSHOT
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ from distutils.core import setup import os -version = "0.1" +version = "0.2-SNAPSHOT" url = "https://www.xapek.org/git/yvesf/andiodine/archive/v{}.tar.gz" package_data = [os.path.join(os.path.relpath(root, "movietool"), file) for root, folders, files in |