diff --git a/intersphinx_registry/__init__.py b/intersphinx_registry/__init__.py index 28f9edc..b3281ae 100644 --- a/intersphinx_registry/__init__.py +++ b/intersphinx_registry/__init__.py @@ -11,7 +11,7 @@ # See issue 4, we this the best format is Major.YYMM.day, # in case of multiple releases a day we can borrow the next day's date. # no 0 in front of the day as it is not pep440 compliant. -__version__ = "0.2410.1" +__version__ = "0.2410.4" registry_file = Path(__file__).parent / "registry.json"