Skip to content

Commit

Permalink
bump version 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aletgn committed Apr 23, 2024
1 parent d5ebd97 commit cd51f14
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildPackageAndDocs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pip3 uninstall bfade -y
python3 -m build
pip3 install dist/b_fade-0.0.0rc0-py3-none-any.whl
pip3 install dist/b_fade-0.0.0-py3-none-any.whl
sphinx-apidoc -o ./docs/ ./src/
cd docs/
make clean & make html
Expand Down
Binary file added dist/b_fade-0.0.0-py3-none-any.whl
Binary file not shown.
Binary file added dist/b_fade-0.0.0.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="b-fade",
version="0.0.0.rc0",
version="0.0.0",
description="B-FADE: Bayesian FAtigue moDel Estimator",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -29,4 +29,4 @@
"scikit-learn", "numdifftools", "PyYAML"],
extras_require={"test" : ["notebook"],
"dev" : ["pytest", "twine", "setuptools", "build"]}
)
)

0 comments on commit cd51f14

Please sign in to comment.