Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Apr 16, 2024
1 parent 79ce899 commit a5963a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.0.5
current_version = 0.0.6
commit = False
message = service version: {current_version} → {new_version}
tag = False
Expand Down
4 changes: 2 additions & 2 deletions .osparc/osparc-map/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: MapService
description: "MapService"
key: simcore/services/dynamic/osparc-map
version: 0.0.5
integration-version: 0.0.5
version: 0.0.6
integration-version: 0.0.6
type: dynamic
authors:
- name: Werner Van Geit
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SHELL = /bin/sh
MAKEFLAGS += -j2

export DOCKER_IMAGE_NAME ?= osparc-map
export DOCKER_IMAGE_TAG ?= 0.0.5
export DOCKER_IMAGE_TAG ?= 0.0.6

define _bumpversion
# upgrades as $(subst $(1),,$@) version, commits and tags
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-local.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
osparc-map:
image: simcore/services/dynamic/osparc-map:0.0.5
image: simcore/services/dynamic/osparc-map:0.0.6
ports:
- "8888:8888"
environment:
Expand Down

0 comments on commit a5963a3

Please sign in to comment.