From 58c6abc5dbaeda1cdc7326f64a83c4c3902add59 Mon Sep 17 00:00:00 2001 From: 1F616EMO Date: Tue, 26 Dec 2023 16:57:22 +0800 Subject: [PATCH] Bump version to 0.0.4 --- bchosttrust/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bchosttrust/__init__.py b/bchosttrust/__init__.py index 12a5b6c..3db0b7e 100644 --- a/bchosttrust/__init__.py +++ b/bchosttrust/__init__.py @@ -24,7 +24,7 @@ from .internal import BCHTBlock, BCHTEntry -__version__ = "0.0.3" +__version__ = "0.0.4" __all__ = ( "utils", diff --git a/pyproject.toml b/pyproject.toml index a799ff0..77306f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",