From 084a82c7b76594c3bc2dafdd7f3626b602d49569 Mon Sep 17 00:00:00 2001 From: Vadim Kravcenko Date: Fri, 8 May 2015 10:59:54 +0200 Subject: [PATCH] Version bump 0.2.1 --- HISTORY.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",