Skip to content

Commit

Permalink
Merge pull request #486 from oist/develop-main
Browse files Browse the repository at this point in the history
Fix bugs after pypi test
  • Loading branch information
ReiHashimoto authored May 8, 2023
2 parents 3ab617b + 28e0f0f commit 9f73d08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions optinist/__main__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from optinist.__main_unit__ import main

# run backend main module.
if __name__ == "__main__":
from optinist.__main_unit__ import main

main()
2 changes: 1 addition & 1 deletion optinist/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
_MINOR = "3"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "0"
_PATCH = "2"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def take_package_name(name):
"frontend/build/static/css/*",
"frontend/build/static/js/*",
"frontend/build/static/media/*",
"app_config/*.yaml",
"config/*.yaml",
"conda/*.yaml",
"Snakefile",
Expand Down

0 comments on commit 9f73d08

Please sign in to comment.