From b78fcbbad687473b8b5282d83752fb180bde6bd2 Mon Sep 17 00:00:00 2001 From: Asaf Cohen Date: Thu, 22 Jul 2021 16:14:08 +0300 Subject: [PATCH] bump version --- setup/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/__version__.py b/setup/__version__.py index 41b1a9af8..2f8ab1c3a 100644 --- a/setup/__version__.py +++ b/setup/__version__.py @@ -7,7 +7,7 @@ Project homepage: https://github.com/authorizon/opal """ -VERSION = (0, 1, 9) +VERSION = (0, 1, 10) VERSION_STRING = '.'.join(map(str,VERSION)) __version__ = VERSION_STRING