From fcfa94f01c2b3884a00b722f743f0df20b320651 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 14 Mar 2016 03:46:25 +0100 Subject: [PATCH] [mod] move in the direction of a release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63977632..736f9f5d 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup(name='baron', - version='0.6.1', + version='0.6.2', description='Full Syntax Tree for python to make writing refactoring code a realist task', author='Laurent Peuch', long_description=read_md("README.md") + "\n\n" + open("CHANGELOG", "r").read(),