From 8824412cd53ea5fd6880878e03e01b71afbdb938 Mon Sep 17 00:00:00 2001 From: Andy Casey Date: Tue, 6 Oct 2020 12:37:14 +0000 Subject: [PATCH] version bump --- python/astra/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/astra/__init__.py b/python/astra/__init__.py index bca9fa5b..6a26bd29 100644 --- a/python/astra/__init__.py +++ b/python/astra/__init__.py @@ -45,4 +45,4 @@ def merge(user, default): config = merge(custom_config, config) -__version__ = '0.1.10-dev' +__version__ = '0.1.11-dev'