-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Thibault Bétrémieux
committed
May 27, 2022
1 parent
5f820c1
commit 51d83cb
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '2.0' | ||
__version__ = '2.0.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,12 +20,12 @@ | |
|
||
setuptools.setup( | ||
name="npdoc_to_md", | ||
version="2.0", | ||
version="2.0.1", | ||
license='The Unlicense', | ||
author="Thibault Bétrémieux", | ||
author_email="[email protected]", | ||
url='https://github.com/ThibTrip/npdoc_to_md', | ||
download_url='https://github.com/ThibTrip/npdoc_to_md/archive/v2.0.tar.gz', | ||
download_url='https://github.com/ThibTrip/npdoc_to_md/archive/v2.0.1.tar.gz', | ||
keywords=['numpydoc','documentation', 'docstrings', 'python', 'markdown'], | ||
entry_points={'console_scripts': ['npdoc-to-md=npdoc_to_md.core:start_cli', | ||
# aliases (note that python-fire, the library | ||
|