From a0cf14c3d0fab7c09a038f942d4974898ecf636e Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 16 Apr 2019 21:33:50 +0200 Subject: [PATCH] [RELEASE] new version 0.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 50046fd..0aeeb83 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.2.0', + version='0.3.0', description='qworktree generator of main Qt .pro file for a full worktree', long_description=readme(), url='http://github.com/HeeroYui/qworktree',