Skip to content

Commit

Permalink
Merge pull request #594 from newtonick/0.8.0_bump
Browse files Browse the repository at this point in the history
0.8.0 version bump
  • Loading branch information
newtonick authored Aug 18, 2024
2 parents ec68481 + db4608e commit cd3e0f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "Build an offline, airgapped Bitcoin signing device for less than
name = "seedsigner"
readme = "README.md"
requires-python = ">=3.10"
version = "0.8.0-rc1"
version = "0.8.0"

[project.urls]
"Bug Tracker" = "https://github.com/SeedSigner/seedsigner/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/seedsigner/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class Controller(Singleton):
rather than at the top in order avoid circular imports.
"""

VERSION = "0.8.0-rc1"
VERSION = "0.8.0"

# Declare class member vars with type hints to enable richer IDE support throughout
# the code.
Expand Down

0 comments on commit cd3e0f3

Please sign in to comment.