From cb183bfc692408f113e48ce7c93f07b2b37d27ef Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 18 Jun 2019 11:26:32 +0200 Subject: [PATCH] [RELEASE] new version 0.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5be425f..b8de32c 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def readme(): # https://pypi.python.org/pypi?%3Aaction=list_classifiers setup(name='qworktree', - version='0.4.0', + version='0.5.0', description='qworktree generator of main Qt .pro file for a full worktree', long_description=readme(), url='http://github.com/HeeroYui/qworktree',