Skip to content

Commit

Permalink
Bump version: 0.3.2 → 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed Sep 27, 2021
1 parent de56d0a commit cd4be27
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.2
current_version = 0.3.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM tgoelles/pointcloudset_base:v0.3.2
FROM tgoelles/pointcloudset_base:v0.3.3
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.


Unreleased
0.3.3 - (2021-09-27)
-------------

Fixed
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pointcloudset" %}
{% set version = "0.3.2" %}
{% set version = "0.3.3" %}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion docker/release.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
########################################################################################
# Docker image including the release
FROM tgoelles/pointcloudset_base:v0.3.2
FROM tgoelles/pointcloudset_base:v0.3.3

# Copy local code to the container image.
ENV PACKAGE_HOME /pointcloudset
Expand Down
2 changes: 1 addition & 1 deletion pointcloudset/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .dataset import Dataset
from .pointcloud import PointCloud

__version__ = "0.3.2"
__version__ = "0.3.3"

0 comments on commit cd4be27

Please sign in to comment.