From 733f8acee520448931f45ab3ffc52fed6f38fcbc Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Fri, 8 Jul 2022 15:44:06 +0200 Subject: [PATCH] Bump version to 0.1.0 --- setup.py | 2 +- stdeb.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4940841..8c95c1b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="cast", - version="0.0.1", + version="0.1.0", author="Micke Nordin", author_email="hej@mic.ke", data_files=[('share/applications', ['data/org.smolnet.cast.desktop']), diff --git a/stdeb.cfg b/stdeb.cfg index dfc3538..4cd60a2 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -1,3 +1,3 @@ [DEFAULT] Depends3: python3-bs4, python3-wxgtk4.0, python3-wxgtk-media4.0, python3-feedparser, python3-vlc, python3-pychromecast -Debian-Version: 2 +Debian-Version: 1