Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Sep 25, 2024
1 parent 0902f86 commit e989536
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__ = "1.0.0"
__version__ = "1.0.1"
__variant__ = ""

import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def glob_paths(pattern):
]
},
install_requires=[
"rns>=0.7.9",
"rns>=0.8.0",
"lxmf>=0.5.3",
"kivy>=2.3.0",
"pillow>=10.2.0",
Expand Down

0 comments on commit e989536

Please sign in to comment.