Skip to content

Commit

Permalink
Bump version to 1.6.alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpaterno committed Aug 14, 2023
1 parent cce5740 commit 8b2ce0d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions firecrown/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
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.5.0"
assert firecrown.__version__ == "1.6.alpha"
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.5.0"
subtitle: "Version 1.6.alpha"
authors:
- Marc Paterno
- Sandro Vitenti
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0"
subtitle: "Version 1.6.alpha"
author:
- Marc Paterno
- Sandro Vitenti
Expand Down Expand Up @@ -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 >}}
{{< include _code_development_hygiene.qmd >}}
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.5.0"
subtitle: "Version 1.6.alpha"
authors:
- Marc Paterno
- Sandro Vitenti
Expand Down

0 comments on commit 8b2ce0d

Please sign in to comment.