Skip to content

Commit 0eeab50

Browse files
committed
Bump version: 2.0.1 → 2.0.2
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent d6ee45d commit 0eeab50

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lerna_py"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
edition = "2021"
55
publish = false
66

lerna/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
77
from lerna import lerna as _rust, utils

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
description = "Lerna is a framework for elegantly configuring complex applications"
1414
readme = "README.md"
1515
license = { text = "Apache-2.0" }
16-
version = "2.0.1"
16+
version = "2.0.2"
1717
requires-python = ">=3.10"
1818
keywords = []
1919

@@ -65,7 +65,7 @@ Repository = "https://github.com/1kbgz/lerna"
6565
Homepage = "https://github.com/1kbgz/lerna"
6666

6767
[tool.bumpversion]
68-
current_version = "2.0.1"
68+
current_version = "2.0.2"
6969
commit = true
7070
tag = true
7171
commit_args = "-s"

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lerna"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
authors = ["the lerna authors <dev@1kbgz.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)