diff --git a/demo/Dockerfile b/demo/Dockerfile index 1a92fbc..cd04ad2 100644 --- a/demo/Dockerfile +++ b/demo/Dockerfile @@ -12,7 +12,7 @@ WORKDIR /home/$USER USER $USER RUN python3 -m pip install --no-warn-script-location \ - jupyterlab matplotlib python-magic qrcode rgb-lib==0.2.0a6 + jupyterlab matplotlib python-magic qrcode rgb-lib==0.2.0 COPY --chown=$USER:$USER rgb-lib.ipynb sample.png ./ diff --git a/pyproject.toml b/pyproject.toml index 6f6a490..5934dac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'rgb-lib' -version = '0.2.0a6' +version = '0.2.0' description = 'RGB Lib Python language bindings.' license = 'MIT' authors = ['Zoe FaltibĂ  ', 'Nicola Busanello '] diff --git a/rgb-lib b/rgb-lib index ad7b4ec..d024842 160000 --- a/rgb-lib +++ b/rgb-lib @@ -1 +1 @@ -Subproject commit ad7b4ec6efbc3d6a9f0e37606ff90a06a2d7913e +Subproject commit d024842c800b897efa6b426ce4bf112282861058