From 96a76f58c0f5928103603a878a2aaa7d385cf446 Mon Sep 17 00:00:00 2001 From: Vadim Kravcenko Date: Fri, 5 Feb 2016 18:00:57 +0100 Subject: [PATCH] Version bump --- HISTORY.rst | 5 +++++ pipreqs/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 41cf050..f10f79f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +0.4.1 (2016-02-05) +--------------------- + +* Added ignore option (Nick Rhinehart) + 0.4.0 (2016-01-28) --------------------- diff --git a/pipreqs/__init__.py b/pipreqs/__init__.py index 432aea0..cdd6a29 100755 --- a/pipreqs/__init__.py +++ b/pipreqs/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Vadim Kravcenko' __email__ = 'vadim.kravcenko@gmail.com' -__version__ = '0.4.0' +__version__ = '0.4.1'