Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Nov 2, 2023
1 parent dec30a3 commit 61347e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sbapp/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__debug_build__ = False
__disable_shaders__ = False
__version__ = "0.7.1"
__version__ = "0.7.2"
__variant__ = "beta"

import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def glob_paths(pattern):
'sideband=sbapp:main.run',
]
},
install_requires=["rns>=0.6.4", "lxmf>=0.3.4", "kivy>=2.2.1", "plyer", "pillow", "qrcode", "materialyoucolor"],
install_requires=["rns>=0.6.5", "lxmf>=0.3.8", "kivy>=2.2.1", "plyer", "pillow", "qrcode", "materialyoucolor"],
extras_require={
"macos": ["pyobjus"],
},
Expand Down

0 comments on commit 61347e9

Please sign in to comment.