We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c02256 commit ef239a7Copy full SHA for ef239a7
demo/Dockerfile
@@ -12,7 +12,7 @@ WORKDIR /home/$USER
12
USER $USER
13
14
RUN python3 -m pip install --no-warn-script-location \
15
- jupyterlab matplotlib python-magic qrcode rgb-lib==0.3.0a11
+ jupyterlab matplotlib python-magic qrcode rgb-lib==0.3.0a12
16
17
COPY --chown=$USER:$USER rgb-lib.ipynb sample.png ./
18
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "rgb-lib"
3
-version = "0.3.0a11"
+version = "0.3.0a12"
4
description = "RGB Lib Python language bindings."
5
authors = [
6
{ name = "Zoe Faltibà", email = "[email protected]" },
0 commit comments