From 645d46a4017b74338f2f5703971afe44982ff642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20B=C5=82a=C5=BCewicz?= Date: Mon, 6 Apr 2020 10:12:27 +0200 Subject: [PATCH] version bump 0.2.0 --- VERSION | 2 +- src/ipping/__meta__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index b1e80bb..0ea3a94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.3 +0.2.0 diff --git a/src/ipping/__meta__.py b/src/ipping/__meta__.py index 43f690b..9217f69 100644 --- a/src/ipping/__meta__.py +++ b/src/ipping/__meta__.py @@ -1,3 +1,3 @@ # Automatically created. Please do not edit. -__version__ = '0.1.3' +__version__ = '0.2.0' __author__ = 'Krzysztof Błażewicz'