diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 38eda562..81fe76d3 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -1,22 +1,18 @@ -{% extends "base.html" %} - -{% block announce %} +{% extends "base.html" %} {% block announce %} - - {% include ".icons/fontawesome/solid/angles-down.svg" %} - - Navigate the site here! - - - v0.1.5 is released! + + {% include ".icons/fontawesome/solid/angles-down.svg" %} + + Navigate the site here! + v0.2.0b1 is released! - - {% include ".icons/material/head-question.svg" %} - - Questions? - - Open a discussion here! - + + {% include ".icons/material/head-question.svg" %} + + Questions? + + Open a discussion here! + {% endblock %} diff --git a/pyproject.toml b/pyproject.toml index 5c85796f..c963895a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "HSSM" -version = "0.2.0" +version = "0.2.0b1" description = "Bayesian inference for hierarchical sequential sampling models." authors = [ "Alexander Fengler ",