From faafa0db451629b13f35c4c93995c4ffdd21bb1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Tue, 7 Jun 2016 14:39:27 +0200 Subject: [PATCH] Bump version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c403b80..a046bd0 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name='git-aggregator', - version='1.0.0', + version='1.0.1.dev0', description='A library to aggregate git branches from different remotes ' 'into a consolidated one', long_description=open('README.rst').read(),