Skip to content

Commit

Permalink
0.8.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
newtonick committed Aug 18, 2024
1 parent ec68481 commit db4608e
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 db4608e

Please sign in to comment.