From 6741f70d6066c75a6a15b52432deccd06e1ede78 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Thu, 21 Sep 2023 13:41:51 +0200 Subject: [PATCH] :bookmark: Bump version --- 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: