-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1000a00
commit 2ae9f01
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.0rc1" | ||
__version__ = "1.0.0rc2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.0rc1" | ||
version = "1.0.0rc2" | ||
description = "A bitcoin savings wallet for the entire family." | ||
authors = [ "andreasgriffin <[email protected]>",] | ||
license = "GPL-3.0" | ||
|