Skip to content

Commit a2e4fd4

Browse files
version: Version Bump πŸš€ 0.1.0 β†’ 0.1.1 (#130)
## πŸŽ‰ Version Bump πŸŽ‰ This PR bumps the version from 0.1.0 to 0.1.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 4b588d4 commit a2e4fd4

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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
@@ -35,7 +35,7 @@ required-features = [ "dev-utils",]
3535

3636
[package]
3737
name = "encoderfile-core"
38-
version = "0.1.0"
38+
version = "0.1.1"
3939
edition = "2024"
4040
license = "Apache-2.0"
4141
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
@@ -8,7 +8,7 @@ path = "bin/generate_cli_docs.rs"
88

99
[package]
1010
name = "encoderfile-utils"
11-
version = "0.1.0"
11+
version = "0.1.1"
1212
edition = "2024"
1313
publish = false
1414

β€Žencoderfile/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
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.1.0"
7+
version = "0.1.1"
88
edition = "2024"
99
license = "Apache-2.0"
1010
readme = "../README.md"

β€Ž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.1.0"
3+
version = "0.1.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)