Skip to content

Commit ef239a7

Browse files
committed
bump version to 0.3.0a12
1 parent 2c02256 commit ef239a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WORKDIR /home/$USER
1212
USER $USER
1313

1414
RUN python3 -m pip install --no-warn-script-location \
15-
jupyterlab matplotlib python-magic qrcode rgb-lib==0.3.0a11
15+
jupyterlab matplotlib python-magic qrcode rgb-lib==0.3.0a12
1616

1717
COPY --chown=$USER:$USER rgb-lib.ipynb sample.png ./
1818

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rgb-lib"
3-
version = "0.3.0a11"
3+
version = "0.3.0a12"
44
description = "RGB Lib Python language bindings."
55
authors = [
66
{ name = "Zoe Faltibà", email = "[email protected]" },

0 commit comments

Comments
 (0)