mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-20 13:38:53 -04:00
Updated version and RNS dependency version
This commit is contained in:
parent
0e552d4b9d
commit
55bf57d0ab
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
__debug_build__ = False
|
||||
__disable_shaders__ = False
|
||||
__version__ = "1.5.1"
|
||||
__version__ = "1.6.0"
|
||||
__variant__ = ""
|
||||
|
||||
import sys
|
||||
|
|
2
setup.py
2
setup.py
|
@ -114,7 +114,7 @@ setuptools.setup(
|
|||
]
|
||||
},
|
||||
install_requires=[
|
||||
"rns>=0.9.4",
|
||||
"rns>=0.9.5",
|
||||
"lxmf>=0.6.3",
|
||||
"kivy>=2.3.0",
|
||||
"pillow>=10.2.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue