From 7ac1a9d4e9811dc379189b558bcdbdcd54a97eda Mon Sep 17 00:00:00 2001 From: VNMabus Date: Tue, 5 Mar 2024 11:07:57 +0100 Subject: [PATCH] Bump development version. --- docs/_static/switcher.json | 2 +- rdata/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index 00f9de6..9c137c8 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -5,7 +5,7 @@ "url": "https://rdata.readthedocs.io/en/latest/" }, { - "name": "0.10.0 (stable)", + "name": "0.11.2 (stable)", "version": "stable", "url": "https://rdata.readthedocs.io/en/stable/", "preferred": true diff --git a/rdata/__init__.py b/rdata/__init__.py index 44616d7..6a0c53f 100644 --- a/rdata/__init__.py +++ b/rdata/__init__.py @@ -21,4 +21,4 @@ def _get_test_data_path() -> Traversable: """ -__version__ = "0.11.2" +__version__ = "0.11.3.dev0"