Skip to content

Commit

Permalink
bugfix solved?
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Lengyel authored and Ivan Lengyel committed Dec 21, 2021
1 parent 5b8e3af commit 5723997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ __Please__ see [pipreqs](https://github.com/bndr/pipreqs/) documenation for more
## New
- v 0.2.1: Single file support. You can either target a single python `file.py` or a single jupyter notebook
`notebook.ipynb`, `<path>=single_file_path`.

- v 0.2.4: bugfix: bugfix for args with `-`

## Installation

pip install pipreqsnb
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='pipreqsnb',
version='0.2.3',
version='0.2.4',
description='Pipreqs with jupyter notebook support',
url='https://github.com/ivanlen/pipreqsnb',
author='Ivan Lengyel',
Expand Down

0 comments on commit 5723997

Please sign in to comment.