From 015b9021506f8466f364faf6d2f2d07e6bdc611e Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 7 Oct 2022 00:02:16 +0200 Subject: [PATCH] Updated version and dependencies --- sbapp/main.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbapp/main.py b/sbapp/main.py index 38dfd68..af8a625 100644 --- a/sbapp/main.py +++ b/sbapp/main.py @@ -1,4 +1,4 @@ -__version__ = "0.2.0" +__version__ = "0.2.1" __variant__ = "beta" import sys diff --git a/setup.py b/setup.py index 4b9cede..1a94864 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ setuptools.setup( 'sideband=sbapp:main.run', ] }, - install_requires=['rns>=0.3.13', 'lxmf>=0.1.9', 'kivy==2.1.0', 'plyer', "pillow"], + install_requires=['rns>=0.3.14', 'lxmf>=0.2.0', 'kivy==2.1.0', 'plyer', "pillow"], extras_require={ "macos": ["pyobjus"], },