From 8a6bba7dbca1a82a0b477ca3bfcbecd0fbf57909 Mon Sep 17 00:00:00 2001 From: Jelena Tosovic <64029450+JecaTosovic@users.noreply.github.com> Date: Thu, 29 Dec 2022 17:52:15 +0100 Subject: [PATCH] Update conf.py version for release --- docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index cb3937d..29c756b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,8 +23,8 @@ author = "Jelena Tosovic, Domagoj Fijan, Marko Jukic, Urban Bren" # The full version, including alpha/beta/rc tags -version = "0.0.1" -release = "0.0.1" +version = "0.1.0" +release = "0.1.0" # -- General configuration --------------------------------------------------- @@ -96,4 +96,4 @@ "numpy": ("https://numpy.org/doc/stable", None), "matplotlib": ("https://matplotlib.org", None), "MDAnalysis": ("https://docs.mdanalysis.org/stable", None), -} \ No newline at end of file +}