Skip to content

Commit

Permalink
bump: version 1.3.0 → 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 18, 2024
1 parent aca88bb commit 47f9cd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.3.1 (2024-11-18)

### Fix

- switch from np.product to np.prod

## 1.3.0 (2024-11-18)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "megham"
version = "1.3.0"
version = "1.3.1"
authors = [{name="Saianeesh Keshav Haridas"}]
description = "Tools for working with point clouds"
readme = "README.md"
Expand Down

0 comments on commit 47f9cd2

Please sign in to comment.