Skip to content

Commit 1e7f2db

Browse files
committed
Bump version: 0.1.1 → 0.1.2
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent 08b3163 commit 1e7f2db

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors = [
1515
description = "Forget your environment sorrows"
1616
readme = "README.md"
1717
license = { text = "Apache-2.0" }
18-
version = "0.1.1"
18+
version = "0.1.2"
1919
requires-python = ">=3.11"
2020
keywords = []
2121

@@ -61,7 +61,7 @@ Repository = "https://github.com/Point72/nepenthe"
6161
Homepage = "https://github.com/Point72/nepenthe"
6262

6363
[tool.bumpversion]
64-
current_version = "0.1.1"
64+
current_version = "0.1.2"
6565
commit = true
6666
tag = true
6767
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 = "nepenthe-core"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["The nepenthe authors <OpenSource@Point72.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)