diff --git a/HISTORY.rst b/HISTORY.rst index d7f57dc..9a01951 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +0.4.4 (2016-07-14) +--------------------- + +* Remove Spaces in output +* Add package to output even without version + 0.4.2 (2016-02-10) --------------------- diff --git a/pipreqs/__init__.py b/pipreqs/__init__.py index 71c606d..92b5254 100755 --- a/pipreqs/__init__.py +++ b/pipreqs/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Vadim Kravcenko' __email__ = 'vadim.kravcenko@gmail.com' -__version__ = '0.4.3' +__version__ = '0.4.4'