From b90ce3299f0230164c03191a7d5050afd8cacd30 Mon Sep 17 00:00:00 2001 From: coderkun Date: Sun, 18 Apr 2021 17:14:04 +0200 Subject: [PATCH] Bump version to 3.0 --- data/ui/info-dialog.ui | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/ui/info-dialog.ui b/data/ui/info-dialog.ui index 04b0c9d..d0742f5 100644 --- a/data/ui/info-dialog.ui +++ b/data/ui/info-dialog.ui @@ -10,7 +10,7 @@ dialog center CoverGrid - 2.1.2 + 3.0 CoverGrid is a client for the Music Player Daemon, focusing on albums instead of single tracks. http://www.suruatoel.xyz/codes/mcg diff --git a/setup.py b/setup.py index 884e1d5..752f821 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ setup( 'build_py': build_mcg }, name = "mcg", - version = '2.1.2', + version = '3.0', description = "CoverGrid (mcg) is a client for the Music Player Daemon, focusing on albums instead of single tracks.", url = "http://www.suruatoel.xyz/codes/mcg", author = "coderkun",