From adf05e5da1972f444c0b1b3b65495693371dd7b2 Mon Sep 17 00:00:00 2001 From: Dimitris Papagiannis Date: Thu, 13 Jul 2023 15:59:26 +0200 Subject: [PATCH] Bump version --- cernrequests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cernrequests/__init__.py b/cernrequests/__init__.py index 12fb763..6d2dffb 100644 --- a/cernrequests/__init__.py +++ b/cernrequests/__init__.py @@ -9,7 +9,7 @@ # In applying this licence, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. -__version__ = "0.4.2" +__version__ = "0.5.0" from .core import get, get_with_token from .token import get_api_token