Skip to content

Commit

Permalink
Merge pull request #641 from newtonick/version-bump-0.8.5-rc1
Browse files Browse the repository at this point in the history
Version bump 0.8.5-rc1
  • Loading branch information
newtonick authored Dec 23, 2024
2 parents c12ac7d + 15009e4 commit a1107dc
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.5"
version = "0.8.5-rc1"

[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.5"
VERSION = "0.8.5-rc1"

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

0 comments on commit a1107dc

Please sign in to comment.