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'