Skip to content

Commit cd3e0f3

Browse files
authored
Merge pull request #594 from newtonick/0.8.0_bump
0.8.0 version bump
2 parents ec68481 + db4608e commit cd3e0f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = "Build an offline, airgapped Bitcoin signing device for less than
1313
name = "seedsigner"
1414
readme = "README.md"
1515
requires-python = ">=3.10"
16-
version = "0.8.0-rc1"
16+
version = "0.8.0"
1717

1818
[project.urls]
1919
"Bug Tracker" = "https://github.com/SeedSigner/seedsigner/issues"

src/seedsigner/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class Controller(Singleton):
9999
rather than at the top in order avoid circular imports.
100100
"""
101101

102-
VERSION = "0.8.0-rc1"
102+
VERSION = "0.8.0"
103103

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

0 commit comments

Comments
 (0)