Skip to content

Commit

Permalink
Add vid2dhisteq bin to scripts on setup.py
Browse files Browse the repository at this point in the history
+ Increment package version number
  • Loading branch information
Mamdasn committed Dec 25, 2023
1 parent e8b6783 commit 0c93fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="im2dhisteq",
version="1.0.1",
version="1.0.2",
author="mamdasn s",
author_email="<[email protected]>",
url="https://github.com/Mamdasn/im2dhisteq",
Expand Down Expand Up @@ -45,5 +45,5 @@
"Programming Language :: Python :: 3.8",
"Operating System :: OS Independent",
],
scripts=["bin/im2dhisteq"],
scripts=["bin/im2dhisteq", "bin/vid2dhisteq"],
)

0 comments on commit 0c93fb0

Please sign in to comment.