From 0d3f8f7a8974fe89f296a1655e3ee7ebc143ed47 Mon Sep 17 00:00:00 2001 From: Dan Callaghan Date: Jun 16 2017 06:38:01 +0000 Subject: Automatic commit of release 0.2 --- diff --git a/waiverdb.spec b/waiverdb.spec index e9e215d..4be4e93 100644 --- a/waiverdb.spec +++ b/waiverdb.spec @@ -1,8 +1,8 @@ -%global upstream_version 0.1.1 +%global upstream_version 0.2 Name: waiverdb -Version: 0.1.1 +Version: 0.2 Release: 1%{?dist} Summary: Service for waiving results in ResultsDB License: GPLv2+ diff --git a/waiverdb/__init__.py b/waiverdb/__init__.py index 691f2f3..90427c9 100644 --- a/waiverdb/__init__.py +++ b/waiverdb/__init__.py @@ -1,2 +1,2 @@ # SPDX-License-Identifier: GPL-2.0+ -__version__ = '0.1.1' +__version__ = '0.2'