Skip to content

Commit

Permalink
bump version to 0.3.0a12
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbus committed Feb 25, 2025
1 parent 2c02256 commit ef239a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0a11
jupyterlab matplotlib python-magic qrcode rgb-lib==0.3.0a12

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rgb-lib"
version = "0.3.0a11"
version = "0.3.0a12"
description = "RGB Lib Python language bindings."
authors = [
{ name = "Zoe Faltibà", email = "zoefaltiba@gmail.com" },
Expand Down

0 comments on commit ef239a7

Please sign in to comment.