Skip to content

Commit 3ad1c7f

Browse files
version: Version Bump πŸš€ 0.1.0-beta.7 β†’ 0.1.0-beta.8 (#82)
## πŸŽ‰ Version Bump πŸŽ‰ This PR bumps the version from 0.1.0-beta.7 to 0.1.0-beta.8. ### πŸ”„ 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 <besaleli@users.noreply.github.com>
1 parent 4a60e1c commit 3ad1c7f

5 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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ harness = false
1212

1313
[package]
1414
name = "encoderfile-core"
15-
version = "0.1.0-beta.7"
15+
version = "0.1.0-beta.8"
1616
edition = "2024"
1717
license = "Apache-2.0"
1818
description = "Distribute and run transformer encoders with a single file."

β€Žencoderfile/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ required-features = [ "_internal",]
1313

1414
[package]
1515
name = "encoderfile"
16-
version = "0.1.0-beta.7"
16+
version = "0.1.0-beta.8"
1717
edition = "2024"
1818
license = "Apache-2.0"
1919

β€Ž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-beta.7"
3+
version = "0.1.0-beta.8"
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)