File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " lerna_py"
3- version = " 2.0.1 "
3+ version = " 2.0.2 "
44edition = " 2021"
55publish = false
66
Original file line number Diff line number Diff line change 11# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
22
33# Source of truth for Lerna's version (Hydra-compatible API)
4- __version__ = "2.0.1 "
4+ __version__ = "2.0.2 "
55
66# Callback support from Rust
77from lerna import lerna as _rust , utils
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ authors = [
1313description = " Lerna is a framework for elegantly configuring complex applications"
1414readme = " README.md"
1515license = { text = " Apache-2.0" }
16- version = " 2.0.1 "
16+ version = " 2.0.2 "
1717requires-python = " >=3.10"
1818keywords = []
1919
@@ -65,7 +65,7 @@ Repository = "https://github.com/1kbgz/lerna"
6565Homepage = " https://github.com/1kbgz/lerna"
6666
6767[tool .bumpversion ]
68- current_version = " 2.0.1 "
68+ current_version = " 2.0.2 "
6969commit = true
7070tag = true
7171commit_args = " -s"
Original file line number Diff line number Diff line change 11[package ]
22name = " lerna"
3- version = " 2.0.1 "
3+ version = " 2.0.2 "
44authors = [" the lerna authors <dev@1kbgz.com>" ]
55edition = " 2021"
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments