Skip to content

Commit

Permalink
Bump version: 0.6.0 → 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed Jun 3, 2022
1 parent a7d0b41 commit b9712fe
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.6.0
current_version = 0.6.1
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.6.0
FROM tgoelles/pointcloudset_base:v0.6.1
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.6.1 - (2022-06-03)
-------------

Added
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 = "set version = "set version = "set version = "set version = "set version = "0.6.0"""""" %}
{% set version = "set version = "set version = "set version = "set version = "set version = "0.6.1"""""" %}

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.6.0
FROM tgoelles/pointcloudset_base:v0.6.1

# 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.6.0"
__version__ = "0.6.1"

0 comments on commit b9712fe

Please sign in to comment.