Skip to content

Commit

Permalink
v0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
JWock82 committed Oct 17, 2022
1 parent f85e91d commit 83e3f53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="ipycalc",
version="0.0.20",
version="0.0.21",
author="D. Craig Brinck, PE, SE",
author_email="[email protected]",
description="Clean looking engineering calculations for IPython",
Expand All @@ -19,7 +19,8 @@
"Operating System :: OS Independent",
],
install_requires=[
'IPython',
'jupyterlab',
'nbconvert>=6.0',
],
entry_points={
'nbconvert.exporters': [
Expand Down

0 comments on commit 83e3f53

Please sign in to comment.