From 85326e2125e23cf7d7a3b8eb155a80a743f423ea Mon Sep 17 00:00:00 2001 From: Justin Donofrio Date: Wed, 6 Nov 2024 19:02:07 -0500 Subject: [PATCH] Version bump to v1.0.1 --- distros/arch/PKGBUILD | 2 +- .../{onthespot-1.0.0.ebuild => onthespot-1.0.1.ebuild} | 0 src/onthespot/__init__.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename distros/gentoo/media-sound/onthespot/{onthespot-1.0.0.ebuild => onthespot-1.0.1.ebuild} (100%) diff --git a/distros/arch/PKGBUILD b/distros/arch/PKGBUILD index 129fccaa..5279f94d 100644 --- a/distros/arch/PKGBUILD +++ b/distros/arch/PKGBUILD @@ -1,5 +1,5 @@ pkgname=onthespot-git -pkgver=1.0.0 +pkgver=1.0.1 _branch="main" pkgrel=1 pkgdesc="Qt based music downloader written in python" diff --git a/distros/gentoo/media-sound/onthespot/onthespot-1.0.0.ebuild b/distros/gentoo/media-sound/onthespot/onthespot-1.0.1.ebuild similarity index 100% rename from distros/gentoo/media-sound/onthespot/onthespot-1.0.0.ebuild rename to distros/gentoo/media-sound/onthespot/onthespot-1.0.1.ebuild diff --git a/src/onthespot/__init__.py b/src/onthespot/__init__.py index 82cf6dc5..12d9bfe1 100755 --- a/src/onthespot/__init__.py +++ b/src/onthespot/__init__.py @@ -16,7 +16,7 @@ def main(): app = QApplication(sys.argv) # Set Application Version - version = "v1.0.0" + version = "v1.0.1" logger.info(f'OnTheSpot Version: {version}') config.set_("version", version)