Skip to content

Commit 6dc4ccb

Browse files
sash-aclaude
andcommitted
chore: bump version to 0.1.1
The v0.1.1 release tag was created without bumping the version in pyproject.toml or Cargo.toml, so the release workflow built 0.1.0 wheels and PyPI rejected them as duplicates. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent da69a1c commit 6dc4ccb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
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 = "echo"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "A fast distributed replay buffer for reinforcement learning."
66
license = "Apache-2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "id-echo"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "A fast distributed replay buffer for reinforcement learning."
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)