-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from Helmholtz-AI-Energy/release
Release
- Loading branch information
Showing
2 changed files
with
19 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
[metadata] | ||
name = propulate | ||
version = "1.0.0" | ||
version = 1.0.0 | ||
description = Massively parallel genetic optimization through asynchronous propagation of populations | ||
author = Oskar Taubert, Marie Weiel, Helmholtz AI | ||
author_email = [email protected], [email protected] | ||
|
@@ -110,6 +110,6 @@ upload_to_pypi=true | |
upload_to_release=true | ||
commit_message= "{version} [skip ci]" | ||
|
||
version_variable = ["setup.cfg:version"] | ||
version_variable = "setup.cfg:version" | ||
|
||
build_command = "python -m build" |