Skip to content

Commit 29737bd

Browse files
author
semantic-release
committed
1.3.1
Automatically generated by python-semantic-release
1 parent e724b56 commit 29737bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pan3d"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "Utility package for processing and visualizing 3D datasets"
55
authors = [
66
{name = "Kitware Inc."},

src/pan3d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
logger = logging.getLogger(__name__)
44
logger.setLevel(logging.INFO)
55

6-
__version__ = "1.3.0"
6+
__version__ = "1.3.1"
77

88
__all__ = [
99
"__version__",

0 commit comments

Comments
 (0)