diff --git a/firecrown/version.py b/firecrown/version.py index cdeb5ef19..a12678643 100644 --- a/firecrown/version.py +++ b/firecrown/version.py @@ -9,5 +9,5 @@ FIRECROWN_MAJOR = 1 FIRECROWN_MINOR = 6 -FIRECROWN_PATCH = "0a0" +FIRECROWN_PATCH = "0" __version__ = f"{FIRECROWN_MAJOR}.{FIRECROWN_MINOR}.{FIRECROWN_PATCH}" diff --git a/tests/test_version.py b/tests/test_version.py index 3ba94e380..bb8c0c291 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -7,4 +7,4 @@ def test_version(): - assert firecrown.__version__ == "1.6.0a0" + assert firecrown.__version__ == "1.6.0" diff --git a/tutorial/development_example.qmd b/tutorial/development_example.qmd index 643baa072..3cf3aeeb9 100644 --- a/tutorial/development_example.qmd +++ b/tutorial/development_example.qmd @@ -1,6 +1,6 @@ --- title: An Introduction to Firecrown -subtitle: "Version 1.6.alpha" +subtitle: "Version 1.6.0" authors: - Marc Paterno - Sandro Vitenti diff --git a/tutorial/intro_article.qmd b/tutorial/intro_article.qmd index 1932704b7..e93c8a6b2 100644 --- a/tutorial/intro_article.qmd +++ b/tutorial/intro_article.qmd @@ -1,6 +1,6 @@ --- title: "An Introduction to Firecrown" -subtitle: "Version 1.6.alpha" +subtitle: "Version 1.6.0" author: - Marc Paterno - Sandro Vitenti diff --git a/tutorial/introduction_to_firecrown.qmd b/tutorial/introduction_to_firecrown.qmd index 75b43d6af..242e13926 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.6.alpha" +subtitle: "Version 1.6.0" authors: - Marc Paterno - Sandro Vitenti