Skip to content

Commit c7c157d

Browse files
committed
updated version number
1 parent 60b0384 commit c7c157d

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
66
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
77

8-
Unreleased
8+
0.11.0- (2025-05-22)
99
-------------
1010

1111
Added
1212
~~~~~~
13-
- exporting of las file using laspy
13+
- support for exporting of las files
1414

1515
Changed
1616
~~~~~~
17-
- CLI exporting direct via pointcloud and not via pyntcloud
17+
- CLI exporting direct via pointcloudset and not via pyntcloud. Therefore currently only las and csv are supported
1818

1919
Fixed
2020
~~~~~~
21-
- wrong help for pointcloudset convert CLI: the bag or mcap dir needs to come right after the command
21+
- wrong help for pointcloudset convert CLI: the bag file or mcap dir needs to come right after the command
2222

2323
0.10.1- (2025-04-28)
2424
-------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "pointcloudset"
7-
version = "0.10.1"
7+
version = "0.11.0"
88
description = "Analyze large datasets of point clouds recorded over time in an efficient way"
99
readme = "README.rst"
1010
requires-python = ">=3.10, <3.12"

src/pointcloudset/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .dataset import Dataset
22
from .pointcloud import PointCloud
33

4-
__version__ = "0.10.1"
4+
__version__ = "0.11.1"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)