From 8b2ce0d218751cc622759441bfe8d1063a49f35f Mon Sep 17 00:00:00 2001 From: Marc Paterno Date: Mon, 14 Aug 2023 15:17:23 -0500 Subject: [PATCH] Bump version to 1.6.alpha --- firecrown/version.py | 4 ++-- tests/test_version.py | 2 +- tutorial/development_example.qmd | 2 +- tutorial/intro_article.qmd | 4 ++-- tutorial/introduction_to_firecrown.qmd | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/firecrown/version.py b/firecrown/version.py index 512c01e8d..552e32c2a 100644 --- a/firecrown/version.py +++ b/firecrown/version.py @@ -8,6 +8,6 @@ """ FIRECROWN_MAJOR = 1 -FIRECROWN_MINOR = 5 -FIRECROWN_PATCH = 0 +FIRECROWN_MINOR = 6 +FIRECROWN_PATCH = "alpha" __version__ = f"{FIRECROWN_MAJOR}.{FIRECROWN_MINOR}.{FIRECROWN_PATCH}" diff --git a/tests/test_version.py b/tests/test_version.py index 07811984e..2606d5eea 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -7,4 +7,4 @@ def test_version(): - assert firecrown.__version__ == "1.5.0" + assert firecrown.__version__ == "1.6.alpha" diff --git a/tutorial/development_example.qmd b/tutorial/development_example.qmd index 91d3cd941..643baa072 100644 --- a/tutorial/development_example.qmd +++ b/tutorial/development_example.qmd @@ -1,6 +1,6 @@ --- title: An Introduction to Firecrown -subtitle: "Version 1.5.0" +subtitle: "Version 1.6.alpha" authors: - Marc Paterno - Sandro Vitenti diff --git a/tutorial/intro_article.qmd b/tutorial/intro_article.qmd index ba604bb1a..1932704b7 100644 --- a/tutorial/intro_article.qmd +++ b/tutorial/intro_article.qmd @@ -1,6 +1,6 @@ --- title: "An Introduction to Firecrown" -subtitle: "Version 1.5.0" +subtitle: "Version 1.6.alpha" author: - Marc Paterno - Sandro Vitenti @@ -51,4 +51,4 @@ A [recording of this talk](https://stanford.zoom.us/rec/play/L5kfslcPirRmw2-9_75 {{< include _building_firecrown.qmd >}} ## Code development hygiene -{{< include _code_development_hygiene.qmd >}} \ No newline at end of file +{{< include _code_development_hygiene.qmd >}} diff --git a/tutorial/introduction_to_firecrown.qmd b/tutorial/introduction_to_firecrown.qmd index e3e19fff2..ad90fefc1 100644 --- a/tutorial/introduction_to_firecrown.qmd +++ b/tutorial/introduction_to_firecrown.qmd @@ -1,6 +1,6 @@ --- title: An Introduction to Firecrown -subtitle: "Version 1.5.0" +subtitle: "Version 1.6.alpha" authors: - Marc Paterno - Sandro Vitenti