Skip to content

Commit 5298f05

Browse files
committed
set version 3.1.0
1 parent d9dd329 commit 5298f05

6 files changed

Lines changed: 8 additions & 7 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ FROM python:3.12-slim
33

44
ENV PYTHONUNBUFFERED=1
55

6-
COPY dist/mercury-3.0.2-py3-none-any.whl .
7-
RUN pip install ./mercury-3.0.2-py3-none-any.whl
6+
#COPY dist/mercury-3.0.2-py3-none-any.whl .
7+
#RUN pip install ./mercury-3.0.2-py3-none-any.whl
8+
RUN pip install -U mercury
89

910
WORKDIR /workspace
1011
EXPOSE 8888

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mercury-app",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"private": true,
55
"license": "Apache-2.0",
66
"scripts": {

mercury/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.0.2"
1+
__version__ = "3.1.0"
22

33
from IPython.display import display
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mljar/mercury-meta",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "Mercury Framework",
55
"keywords": [
66
"jupyter",

packages/application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mercury-application",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "Mercury Jupyter application.",
55
"private": true,
66
"keywords": [

packages/lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mljar/mercury-extension",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "Mercury core logic and extension to preview apps inside JupyterLab.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)