Skip to content

Commit

Permalink
changed version to 0.2.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
digicosmos86 committed Dec 15, 2023
1 parent 5061f44 commit 32b6af1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
30 changes: 13 additions & 17 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
{% extends "base.html" %}

{% block announce %}
{% extends "base.html" %} {% block announce %}
<span class="show-on-small right-margin">
<span class="twemoji right-margin show-on-small move-down">
{% include ".icons/fontawesome/solid/angles-down.svg" %}
</span>
Navigate the site here!
</span>
<span class="right-margin">
v0.1.5 is released!
<span class="twemoji right-margin show-on-small move-down">
{% include ".icons/fontawesome/solid/angles-down.svg" %}
</span>
Navigate the site here!
</span>
<span class="right-margin"> v0.2.0b1 is released! </span>
<span>
<span class="twemoji">
{% include ".icons/material/head-question.svg" %}
</span>
Questions?
<a href="https://github.com/lnccbrown/HSSM/discussions">
Open a discussion here!
</a>
<span class="twemoji">
{% include ".icons/material/head-question.svg" %}
</span>
Questions?
<a href="https://github.com/lnccbrown/HSSM/discussions">
Open a discussion here!
</a>
</span>
{% endblock %}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 32b6af1

Please sign in to comment.