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(),