From 4df05db4d88218d312a551ad6fe5b58abf2140e7 Mon Sep 17 00:00:00 2001 From: Chris Danis Date: Sat, 27 Jun 2020 16:59:53 -0400 Subject: [PATCH] bump version to 0.2.0 --- tunnelencabulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tunnelencabulator.py b/tunnelencabulator.py index c998152..6b25369 100755 --- a/tunnelencabulator.py +++ b/tunnelencabulator.py @@ -7,7 +7,7 @@ """ __author__ = "Chris Danis" -__version__ = "0.1.0" +__version__ = "0.2.0" __license__ = "Apache 2.0" __copyright__ = """ Copyright © 2020 Chris Danis & the Wikimedia Foundation