diff --git a/HISTORY.rst b/HISTORY.rst index c8f6629..3201c87 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +0.2.1 (2015-05-08) +--------------------- + +* Fix for TypeError for implicit conversion + 0.2.0 (2015-05-06) --------------------- diff --git a/setup.py b/setup.py index 6856eaf..b76bfa6 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ test_requirements = [ setup( name='pipreqs', - version='0.2.0', + version='0.2.1', description="Pip requirements.txt generator based on imports in project", long_description=readme + '\n\n' + history, author="Vadim Kravcenko",