Skip to content

Commit

Permalink
Bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Emojigit committed Dec 26, 2023
1 parent 6d84fda commit 58c6abc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bchosttrust/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

from .internal import BCHTBlock, BCHTEntry

__version__ = "0.0.3"
__version__ = "0.0.4"

__all__ = (
"utils",
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"
version = "0.0.3-1"
version = "0.0.4"
dependencies = [
"anytree==2.12.1",
"click==8.1.7",
Expand Down

0 comments on commit 58c6abc

Please sign in to comment.