Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Emojigit committed Dec 25, 2023
1 parent 91f27d4 commit 429ba84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions bchosttrust/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
# The legal text of GPLv3 and LGPLv3 can be found at
# bchosttrust/gpl-3.0.txt and bchosttrust/lgpl-3.0.txt respectively.

__version__ = "0.0.1"

__all__ = (
"utils",
"analysis",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "bchosttrust"
description = "Blockchain solution to domain name trustworthy"
readme = "README.md"
dynamic = ["version"]
version = "0.0.1"
dependencies = [
"anytree==2.12.1",
"click==8.1.7",
Expand Down

0 comments on commit 429ba84

Please sign in to comment.