Skip to content

Commit

Permalink
chore: update to the latest version of headless-kivy-pi 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sassanh committed Mar 25, 2024
1 parent 80f0a29 commit 17c9bbf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 0.9.9

- chore: update to the latest version of headless-kivy-pi 0.7.1

## Version 0.9.8

- chore: update to the latest version of headless-kivy-pi
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ubo-gui"
version = "0.9.8"
version = "0.9.9"
description = "GUI sdk for Ubo Pod"
authors = ["Sassan Haradji <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -11,10 +11,10 @@ include = ['ubo_gui/assets/fonts/*']
[tool.poetry.dependencies]
python = "^3.11"
headless-kivy-pi = [
{ version = "^0.7.0", markers = "extra=='default'", extras = [
{ version = "^0.7.1", markers = "extra=='default'", extras = [
'default',
] },
{ version = "^0.7.0", markers = "extra=='dev'", extras = [
{ version = "^0.7.1", markers = "extra=='dev'", extras = [
'dev',
] },
]
Expand Down

0 comments on commit 17c9bbf

Please sign in to comment.