From c106cc0c599d04a154bf30ea325348c8418cd6fe Mon Sep 17 00:00:00 2001 From: VNMabus Date: Mon, 4 Mar 2024 13:07:36 +0100 Subject: [PATCH] Bump version. --- rdata/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdata/__init__.py b/rdata/__init__.py index ec1ed45..b5cae67 100644 --- a/rdata/__init__.py +++ b/rdata/__init__.py @@ -21,4 +21,4 @@ def _get_test_data_path() -> Traversable: """ -__version__ = "0.11.0" +__version__ = "0.11.1"