Skip to content

Commit

Permalink
docs: add release link on setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Caio-Coldebella authored and Caio Ruiz Coldebella committed May 4, 2024
1 parent 9ebb582 commit b90c443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion micview/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__="1.0.0.dev1"
__version__="1.0.0"

def open():
import micview.run as run
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
description="Open-source GUI for visualization of multimodal medical images and segmentations viewing",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/MICLab-Unicamp/micview.git",
url="https://github.com/MICLab-Unicamp/micview/archive/refs/tags/v1.0.0.tar.gz",
packages=found,
include_package_data=True,
package_data={'micview': ["assets/miclab_logo.jpg"]},
Expand Down

0 comments on commit b90c443

Please sign in to comment.