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"