Skip to content

Commit

Permalink
chore(release): update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
NOBLES5E committed Jan 17, 2022
1 parent e74c477 commit 10a6352
Show file tree
Hide file tree
Showing 3 changed files with 2 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.9.0"
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}\""
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ def check_args(args: List[str]) -> bool:

setup(
name="bagua" + name_suffix,
use_scm_version={"local_scheme": "no-local-version"},
setup_requires=["setuptools_scm"],
version="0.9.0",
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 10a6352

Please sign in to comment.