Skip to content

Commit

Permalink
update rgb-lib to 0.3.0-alpha.4 + bump version to 0.3.0a4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbus committed Jul 22, 2024
1 parent 6ac8c3c commit 15a2f7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0a3
jupyterlab matplotlib python-magic qrcode rgb-lib==0.3.0a4

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 @@
[tool.poetry]
name = 'rgb-lib'
version = '0.3.0a3'
version = '0.3.0a4'
description = 'RGB Lib Python language bindings.'
license = 'MIT'
authors = ['Zoe Faltibà <zoefaltiba@gmail.com>', 'Nicola Busanello <nicola.busanello@gmail.com>']
Expand Down

0 comments on commit 15a2f7c

Please sign in to comment.