Skip to content

Commit bba0fb9

Browse files
author
semantic-release
committed
1.2.0
Automatically generated by python-semantic-release
1 parent 19e6cb8 commit bba0fb9

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.1.10"
3+
version = "1.2.0"
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.1.10"
6+
__version__ = "1.2.0"
77

88
__all__ = [
99
"__version__",

0 commit comments

Comments
 (0)