Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sintef authored Dec 9, 2022
1 parent 18cfe9b commit 9023494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def gitlab_token(source: "Optional[Union[Path, str]]" = None) -> str:
install_requires=(
REQUIREMENTS
+ [
f"aiida-marketusercase3 @ git+https://github.com/daniel-sintef/aiida-marketusercase3.git"
f"aiida-marketusercase3 @ git+https://github.com/daniel-sintef/aiida-marketusercase3.git@v0.3.0"
]
)
)

0 comments on commit 9023494

Please sign in to comment.