From b57617d51d3eb86a02652bb4cb4fcd8f5feb269a Mon Sep 17 00:00:00 2001 From: Vanderhaegen Cedrik Date: Thu, 29 Oct 2020 08:47:02 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index de7f838a..623e86e3 100644 --- a/setup.py +++ b/setup.py @@ -113,7 +113,7 @@ def run(self): ] setup(name='atramhasis', - version='0.7.0b2', + version='0.7.0b3', description='A web based editor for thesauri adhering to the SKOS specification.', long_description=README + '\n\n' + CHANGES, long_description_content_type='text/x-rst',