From d03db8f8ad50077beaac42b3cbf90a974ae413f9 Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Sun, 12 Aug 2018 14:22:55 +0200 Subject: [PATCH] Bump version number to 0.2.0 --- OOMAnalyser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OOMAnalyser.py b/OOMAnalyser.py index 61bbc07..6abc2b4 100644 --- a/OOMAnalyser.py +++ b/OOMAnalyser.py @@ -10,7 +10,7 @@ import re DEBUG = False """Show additional information during the development cycle""" -VERSION = "0.1.0" +VERSION = "0.2.0" """Version number"""