diff --git a/doc/extras.rst b/doc/extras.rst index 62b03b06..f806231e 100644 --- a/doc/extras.rst +++ b/doc/extras.rst @@ -73,8 +73,8 @@ Simulations are executed when `SimulationSet.run()` is called. Independent simul .. autofunction:: perform_single_simulation -Running analysis on the simulation results -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Running analytics on the simulation results +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The simulation results can be automatically analyzed using the `ridepy.extras.analytics` module, storing the results to disk. diff --git a/pyproject.toml b/pyproject.toml index c49d4935..75ee0d30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ridepy" -version = "2.2.1" +version = "2.2.1.post1" authors = [ { name = "Felix Jung", email = "felix.jung@tu-dresden.de" }, { name = "Debsankha Manik", email = "dmanik@debsankha.net" },