Skip to content

Commit

Permalink
Mark version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimpudar committed Jul 7, 2020
1 parent 3e19295 commit eb24dcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bip39_dice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

__version__ = "1.0.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bip39_dice"
version = "0.1.0"
version = "1.0.0"
description = "Tools for generating secure BIP-39 compliant seeds using dice as an entropy source"
authors = ["Jim Pudar <[email protected]>"]
license = "AGPL-3.0"
Expand Down

0 comments on commit eb24dcb

Please sign in to comment.