From 12678c5fe30b328ad7b36e88ec9732258cc150fc Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Thu, 21 Sep 2023 13:45:40 +0200 Subject: [PATCH] :bookmark: Bump version (#407) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 977d5b50..1c98eb08 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python import setuptools -version = "2.0.0b2" +version = "2.0.0b3" with open("bibtexparser/__init__.py") as fh: for line in fh: