From 431ca519d31d4520a3455e6392870b88ce144432 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Sat, 15 Mar 2014 13:32:54 +0100 Subject: [PATCH] Bump version --- main.py | 2 +- makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 3f76a3b..b6b20f3 100644 --- a/main.py +++ b/main.py @@ -19,7 +19,7 @@ # of gpodder-core, but we might have a different release schedule later on. If # we decide to have parallel releases, we can at least start using this version # to check if the core version is compatible with the QML UI version. -__version__ = '4.0.0' +__version__ = '4.0.1' import sys import os diff --git a/makefile b/makefile index aaab1c1..d13f0f3 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ PROJECT := gpodder-ui-qml -VERSION := 4.0.0 +VERSION := 4.0.1 all: @echo ""