Mercurial > sat_tmp
changeset 48:0a2d12d4ffd6
setup.py: use a minor version for first release
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 02 Apr 2018 10:34:43 +0200 |
parents | 80fd409ddc91 |
children | c09d4ce9ad52 |
files | setup.py |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Mon Apr 02 10:33:22 2018 +0200 +++ b/setup.py Mon Apr 02 10:34:43 2018 +0200 @@ -1,8 +1,7 @@ #!/usr/bin/env python2 # -*- coding: utf-8 -*- -# SàT tmp: repository to store temporarily patches to third party software -# until they are merged upstream +# SàT tmp: repository to store temporary patches for third party software # Copyright (C) 2017 Arnaud Joset (info@agayon.be) # Copyright (C) 2009-2017 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) @@ -38,7 +37,7 @@ setup_info = dict( name=NAME, - version='0.7', + version='0.0.1', author='Association « Salut à Toi »', author_email='contact@salut-a-toi.org', url='https://salut-a-toi.org',