Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
elisabettai committed Apr 24, 2024
1 parent 7d4a12a commit 40eb4be
Show file tree
Hide file tree
Showing 5 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 = 1.0.0
current_version = 1.0.1
commit = False
message = service version: {current_version} → {new_version}
tag = False
Expand Down
2 changes: 1 addition & 1 deletion .osparc/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Jupyterlab Julia
key: simcore/services/dynamic/jupyterlab-julia
type: dynamic
integration-version: 2.0.0
version: 1.0.0
version: 1.0.1
description: JupyterLab coding environment for creating interactive Jupyter Notebooks with Julia (or Python)
contact: [email protected]
thumbnail: https://ih1.redbubble.net/image.1456778886.5914/bg,f8f8f8-flat,750x,075,f-pad,750x1000,f8f8f8.jpg
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Changelog

## [1.0.0] - 23 Apr. 2024
## [1.0.1] - 23 Apr. 2024
- First version
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export VCS_STATUS := $(if $(shell git status -s 2> /dev/null || echo unversioned
export BUILD_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")

export DOCKER_IMAGE_NAME ?= jupyterlab-julia
export DOCKER_IMAGE_TAG ?= 1.0.0
export DOCKER_IMAGE_TAG ?= 1.0.1

OSPARC_DIR:=$(CURDIR)/.osparc

Expand Down
2 changes: 1 addition & 1 deletion docker-compose-local.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
jupyterlab-julia:
image: simcore/services/dynamic/jupyterlab-julia:1.0.0
image: simcore/services/dynamic/jupyterlab-julia:1.0.1
ports:
- "8888:8888"
environment:
Expand Down

0 comments on commit 40eb4be

Please sign in to comment.