Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgriffin committed Jan 25, 2025
1 parent 3c22c8f commit fce9f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitcoin_safe/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# this is the source of the version information
__version__ = "1.0.3"
__version__ = "1.0.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ line-length = 110
name = "bitcoin-safe"
# the version here and in all other places in this toml are updated automatically
# from the source: bitcoin_safe/__init__.py
version = "1.0.3"
version = "1.0.4"
description = "A bitcoin savings wallet for the entire family."
authors = [ "andreasgriffin <[email protected]>",]
license = "GPL-3.0"
Expand Down

0 comments on commit fce9f22

Please sign in to comment.