From 08f276f75fd9bbf3a84a1aa896918902556c3ef5 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Tue, 19 Jul 2022 16:31:35 +0200 Subject: [PATCH] Back to development: 4.0.0b4 [ci skip] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 524b232..33a745f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -version = "4.0.0b3" +version = "4.0.0b4.dev0" with open("README.rst") as myfile: readme = myfile.read() with open("CHANGES.rst") as myfile: