Skip to content

Commit

Permalink
update rgb-lib to 0.2.0 + bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbus committed Nov 7, 2023
1 parent 361964f commit 5e20d84
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.2.0a6
jupyterlab matplotlib python-magic qrcode rgb-lib==0.2.0

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.2.0a6'
version = '0.2.0'
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 5e20d84

Please sign in to comment.