Skip to content

Commit

Permalink
Bump version: 0.3.4 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed Feb 22, 2022
1 parent 443ebf4 commit f377851
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.4
current_version = 0.4.0
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.4
FROM tgoelles/pointcloudset_base:v0.4.0
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.4.0 - (2022-02-22)
-------------

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.3.4"""""" %}
{% set version = "set version = "set version = "set version = "set version = "set version = "0.4.0"""""" %}

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.4
FROM tgoelles/pointcloudset_base:v0.4.0

# 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.4"
__version__ = "0.4.0"

0 comments on commit f377851

Please sign in to comment.