From 04ce71075e075d6fe835f508c6fad37cd830a515 Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Sun, 12 Apr 2020 15:00:03 +0000 Subject: [PATCH] Bump to 0.0.3 --- briar_wrapper/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/briar_wrapper/__init__.py b/briar_wrapper/__init__.py index 2a7c41c..b72a85a 100644 --- a/briar_wrapper/__init__.py +++ b/briar_wrapper/__init__.py @@ -2,6 +2,6 @@ # SPDX-License-Identifier: AGPL-3.0-only # License-Filename: LICENSE.md -"""Wrapper for the Briar REST API""" +"""Wrapper for the Briar Headless REST API""" -__version__ = "0.0.2" +__version__ = "0.0.3" -- GitLab