From 0e54172d343f427c858a92336ebac79b469d5163 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Mon, 1 Feb 2016 23:11:58 +0100 Subject: [PATCH] Bump version number to 0.3.0 --- gvacommon/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gvacommon/__init__.py b/gvacommon/__init__.py index c6fee22..f9aae42 100644 --- a/gvacommon/__init__.py +++ b/gvacommon/__init__.py @@ -15,4 +15,4 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # -__version__ = '0.2.1' +__version__ = '0.3.0'