Skip to content

Commit bbc4e02

Browse files
Update version
1 parent cad52aa commit bbc4e02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "einops"
3-
version = "0.3.0-alpha.1"
3+
version = "0.3.0-alpha.2"
44
authors = ["VasanthakumarV <vasanth260m12@gmail.com>"]
55
edition = "2021"
66
description = "Simplistic API for deep learning tensor operations"
@@ -16,7 +16,7 @@ tch-bindings = ["tch"]
1616

1717
[dependencies]
1818
tch = { version = "0.7", optional = true }
19-
einops-macros = { path = "einops-macros", version = "0.1.0-alpha.1" }
19+
einops-macros = { path = "einops-macros", version = "0.1.0-alpha.2" }
2020

2121
[package.metadata.docs.rs]
2222
no-default-features = true

einops-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "einops-macros"
3-
version = "0.1.0-alpha.1"
3+
version = "0.1.0-alpha.2"
44
authors = ["VasanthakumarV <vasanth260m12@gmail.com>"]
55
edition = "2021"
66
description = "Simplistic API for deep learning tensor operations"

0 commit comments

Comments
 (0)