Skip to content

Commit

Permalink
[fix] quickfix 0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Mar 28, 2016
1 parent 78209ab commit d4c0a73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,6 +1,12 @@
Changelog
=========

0.6.1 (2016-03-28)
----------------

- fix setup.py, package weren't pushed on pypi since splitting of redbaron.py
into multiple files.

0.6 (2016-03-28)
----------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -12,7 +12,7 @@


setup(name='redbaron',
version='0.6',
version='0.6.1',
description='Abstraction on top of baron, a FST for python to make writing refactoring code a realistic task',
author='Laurent Peuch',
long_description=read_md("README.md") + "\n\n" + open("CHANGELOG", "r").read(),
Expand All @@ -23,7 +23,7 @@
"notebook": ["pygments"],
},
license= 'lgplv3+',
py_modules=["redbaron"],
packages=["redbaron"],
keywords='baron fst ast refactoring',
classifiers=['Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
Expand Down

0 comments on commit d4c0a73

Please sign in to comment.