From 281d7f4258e5ccffb9d7025a0acadb3be7784939 Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Sun, 24 Nov 2019 11:00:08 +0100 Subject: [PATCH] Bump version number to 0.3.0 --- OOMAnalyser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OOMAnalyser.py b/OOMAnalyser.py index a3c1dd8..7bea5d4 100644 --- a/OOMAnalyser.py +++ b/OOMAnalyser.py @@ -10,7 +10,7 @@ import re DEBUG = False """Show additional information during the development cycle""" -VERSION = "0.2.0" +VERSION = "0.3.0" """Version number"""