Skip to content

Commit 4120978

Browse files
version: Version Bump πŸš€ 0.2.1 (#176)
## πŸŽ‰ Version Bump πŸŽ‰ This PR bumps the version from 0.2.0 to 0.2.1. ### πŸ”„ Changes - πŸ“ Updated version in pyproject.toml - πŸ”’ Updated Cargo.lock ✨ This PR was automatically generated by the Version Management workflow ✨ ![version bump](https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExNjJmOXBxbGh2Z3BiYXM1NnJhMHdtbmNoaTFxN2xjOGZjZnd1ZGhuMiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/3oEjI53nBYOOEQgDcY/giphy.gif) Co-authored-by: besaleli <[email protected]>
1 parent 5da152b commit 4120978

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

β€ŽCargo.lockβ€Ž

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

β€Žencoderfile-core/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ required-features = [ "dev-utils",]
3939

4040
[package]
4141
name = "encoderfile-core"
42-
version = "0.2.0"
42+
version = "0.2.1"
4343
edition = "2024"
4444
license = "Apache-2.0"
4545
description = "Distribute and run transformer encoders with a single file."

β€Žencoderfile-utils/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path = "bin/generate_encoderfile_config_schema.rs"
44

55
[package]
66
name = "encoderfile-utils"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
edition = "2024"
99
publish = false
1010

β€Žencoderfile/Cargo.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path = "src/main.rs"
44

55
[package]
66
name = "encoderfile"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
edition = "2024"
99
license = "Apache-2.0"
1010
readme = "../README.md"
@@ -43,7 +43,7 @@ workspace = true
4343

4444
[dependencies.encoderfile-core]
4545
path = "../encoderfile-core"
46-
version = "0.2.0"
46+
version = "0.2.1"
4747
features = [ "transforms",]
4848
default-features = false
4949

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "encoderfile"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"

β€Žuv.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.

0 commit comments

Comments
Β (0)