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 6ae73ae commit 8a7a7d9
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.1
current_version = 0.0.2
commit = False
message = service version: {current_version} → {new_version}
tag = False
Expand Down
4 changes: 2 additions & 2 deletions .osparc/osparc-dakota/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: DakotaService
description: "DakotaServiceService"
key: simcore/services/dynamic/osparc-dakota
version: 0.0.1
integration-version: 0.0.1
version: 0.0.2
integration-version: 0.0.2
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 += -j3

export DOCKER_IMAGE_NAME ?= osparc-dakota
export DOCKER_IMAGE_TAG ?= 0.0.1
export DOCKER_IMAGE_TAG ?= 0.0.2

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-dakota:
image: simcore/services/dynamic/osparc-dakota:0.0.1
image: simcore/services/dynamic/osparc-dakota:0.0.2
ports:
- "8888:8888"
environment:
Expand Down

0 comments on commit 8a7a7d9

Please sign in to comment.