Skip to content

Commit

Permalink
chore(version): bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Bétrémieux committed May 27, 2022
1 parent 5f820c1 commit 51d83cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion npdoc_to_md/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0'
__version__ = '2.0.1'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51d83cb

Please sign in to comment.