From 6f5a9041bd3cbb64ca69dacf6f89e2259f15dc59 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sat, 4 Nov 2023 21:27:08 +0100 Subject: [PATCH] :bookmark: Bump version to `2.0.0b4` (#417) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1c98eb08..80511e29 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python import setuptools -version = "2.0.0b3" +version = "2.0.0b4" with open("bibtexparser/__init__.py") as fh: for line in fh: