mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 06:29:14 -04:00
Updated version and RNS dependency version
This commit is contained in:
parent
4aa290e41e
commit
98c64acb3b
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
__debug_build__ = False
|
||||
__disable_shaders__ = False
|
||||
__version__ = "1.6.0"
|
||||
__version__ = "1.6.1"
|
||||
__variant__ = ""
|
||||
|
||||
import sys
|
||||
|
|
2
setup.py
2
setup.py
|
@ -114,7 +114,7 @@ setuptools.setup(
|
|||
]
|
||||
},
|
||||
install_requires=[
|
||||
"rns>=0.9.5",
|
||||
"rns>=0.9.6",
|
||||
"lxmf>=0.7.0",
|
||||
"kivy>=2.3.0",
|
||||
"pillow>=10.2.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue