Skip to content

Commit

Permalink
chore(release): release v0.8.1.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
NOBLES5E committed Oct 16, 2021
1 parent 23eebf6 commit dc578ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bagua/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "dev"
__version__ = "0.8.1.post1"
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
[build-system]
requires = ["setuptools >= 43.0.0", "wheel", "setuptools-rust", "colorama", "tqdm", "setuptools_scm[toml]>=6.0"]
build-backend = 'setuptools.build_meta'

[tool.setuptools_scm]
local_scheme = "no-local-version"
write_to = "bagua/version.py"
write_to_template = "__version__ = \"{version}\""
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ def check_args(args: List[str]) -> bool:

setup(
name="bagua" + name_suffix,
use_scm_version={"local_scheme": "no-local-version"},
setup_requires=["setuptools_scm"],
# use_scm_version={"local_scheme": "no-local-version"},
version="0.8.1.post1",
# setup_requires=["setuptools_scm"],
url="https://github.com/BaguaSys/bagua",
python_requires=">=3.7",
description="Bagua is a deep learning training acceleration framework for PyTorch. It provides a one-stop training acceleration solution, including faster distributed training compared to PyTorch DDP, faster dataloader, kernel fusion, and more.",
Expand Down

0 comments on commit dc578ee

Please sign in to comment.