Skip to content

Commit 8900207

Browse files
committed
Bump package version
1 parent 507f9c4 commit 8900207

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/publish-wheel.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
target: x86_64-apple-darwin
1818
- os: windows-latest
1919
target: x86_64-pc-windows-msvc
20-
# Add ARM64 builds
2120
- os: ubuntu-latest
2221
target: aarch64-unknown-linux-gnu
2322
python-version: '3.10'

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
@@ -2,7 +2,7 @@
22
name = "tokengrams"
33
description = "Compute n-gram statistics and model language over pre-tokenized text corpora used to train large language models."
44
license = "MIT"
5-
version = "0.3.2"
5+
version = "0.3.3"
66
edition = "2021"
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tokengrams"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "Efficiently computing & storing token n-grams from large corpora "
55
authors = [
66
{ name = "Nora Belrose", email = "[email protected]" },

0 commit comments

Comments
 (0)