Skip to content

Commit

Permalink
Update version number (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogeiger authored Jan 15, 2025
1 parent c433a86 commit f8a3db8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Latest Changes

## 0.2.0 (2025-01-24)

### Breaking Changes

- `cuet.TensorProduct` and `cuet.EquivariantTensorProduct` now require inputs to be of shape `(batch_size, dim)` or `(1, dim)`. Inputs of dimension `(dim,)` are no more allowed.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0-rc.1

0 comments on commit f8a3db8

Please sign in to comment.