Skip to content

Commit

Permalink
0.11.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 9, 2024
1 parent 37f352d commit 644e775
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# CHANGELOG


## v0.11.1 (2024-12-09)

### Bug Fixes

- **colors**: Better color preset helpers
([`37f352d`](https://github.com/Kitware/pan3d/commit/37f352d6471446114a0413273ad1d698849c8a9e))


## v0.11.0 (2024-12-06)

### Features
Expand Down
2 changes: 1 addition & 1 deletion pan3d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)

__version__ = "0.11.0"
__version__ = "0.11.1"

__all__ = [
"logger",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pan3d"
version = "0.11.0"
version = "0.11.1"
description = "Utility package for processing and visualizing 3D datasets"
authors = [
{name = "Kitware Inc."},
Expand Down

0 comments on commit 644e775

Please sign in to comment.