generated from FNNDSC/python-chrisapp-template
-
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
Arman
committed
Sep 25, 2024
1 parent
9a1433b
commit 9fe79f8
Showing
3 changed files
with
12 additions
and
9 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
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
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 |
---|---|---|
|
@@ -6,6 +6,9 @@ | |
""" | ||
|
||
# ----------------------------------------------- ENVIRONMENT SETUP --------------------------------------------------- | ||
# Global variables: | ||
VERSION='1.0.0' # <-------------------------- SET VERSION HERE | ||
|
||
# Project imports: | ||
|
||
|
||
|
@@ -60,7 +63,7 @@ def parse_requirements(file_path): | |
setup( | ||
name='images-register', | ||
# version=get_version('images_register.py'), | ||
version='1.0.0', | ||
version=VERSION, | ||
description='A ChRIS plugin to do multiple image registration', | ||
author='FNNDSC', | ||
author_email='[email protected]', | ||
|