Skip to content

Commit

Permalink
Version update 1.6.alpha to 1.6.0. (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti authored Oct 16, 2023
1 parent 7617cea commit 3578f6b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion firecrown/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

FIRECROWN_MAJOR = 1
FIRECROWN_MINOR = 6
FIRECROWN_PATCH = "0a0"
FIRECROWN_PATCH = "0"
__version__ = f"{FIRECROWN_MAJOR}.{FIRECROWN_MINOR}.{FIRECROWN_PATCH}"
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@


def test_version():
assert firecrown.__version__ == "1.6.0a0"
assert firecrown.__version__ == "1.6.0"
2 changes: 1 addition & 1 deletion tutorial/development_example.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: An Introduction to Firecrown
subtitle: "Version 1.6.alpha"
subtitle: "Version 1.6.0"
authors:
- Marc Paterno
- Sandro Vitenti
Expand Down
2 changes: 1 addition & 1 deletion tutorial/intro_article.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "An Introduction to Firecrown"
subtitle: "Version 1.6.alpha"
subtitle: "Version 1.6.0"
author:
- Marc Paterno
- Sandro Vitenti
Expand Down
2 changes: 1 addition & 1 deletion tutorial/introduction_to_firecrown.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: An Introduction to Firecrown
subtitle: "Version 1.6.alpha"
subtitle: "Version 1.6.0"
authors:
- Marc Paterno
- Sandro Vitenti
Expand Down

0 comments on commit 3578f6b

Please sign in to comment.