From b4ab4f64ac08b46b7340ad89a16c0dbda9f23ebc Mon Sep 17 00:00:00 2001 From: Cimbali Date: Tue, 16 Nov 2021 01:56:51 +0100 Subject: [PATCH] Release bug fixes in new beta --- pympress/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pympress/__init__.py b/pympress/__init__.py index 1e039e6f..3653f0a5 100644 --- a/pympress/__init__.py +++ b/pympress/__init__.py @@ -26,7 +26,7 @@ # DON'T IMPORT ANYTHING HERE (OR YOU WILL BREAK setup.py) # -__version__ = '1.7.0b3' +__version__ = '1.7.0b4' __author__ = """2009, 2010 Thomas Jost 2015-2020 Cimbali 2016 Christoph Rath