diff --git a/HISTORY.rst b/HISTORY.rst index c667ab9..e4df4e9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +0.1.5 (2015-04-22) +--------------------- + +* Add Readme, Add Examples +* Add Stdlib into package + 0.1.1 (2015-04-22) --------------------- diff --git a/setup.py b/setup.py index bc848df..b0296db 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ test_requirements = [ setup( name='pipreqs', - version='0.1.4', + version='0.1.5', description="Pip requirements.txt generator based on imports in project", long_description=readme + '\n\n' + history, author="Vadim Kravcenko",