From 69e7528cfc866ed777206975aec7d428c3c50225 Mon Sep 17 00:00:00 2001 From: Gabriel Levcovitz Date: Tue, 14 Jan 2025 15:49:20 -0300 Subject: [PATCH] chore: bump package to v0.14.0 (#124) --- docs/apidocs.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/apidocs.yml b/docs/apidocs.yml index 9f1de3e..c3dea97 100644 --- a/docs/apidocs.yml +++ b/docs/apidocs.yml @@ -4,7 +4,7 @@ servers: info: title: tx-mining-service API description: This service is used to resolving transactions before propagating them into the network - version: 0.13.1 + version: 0.14.0 paths: /health-check: get: diff --git a/pyproject.toml b/pyproject.toml index 9944087..ddb11ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "tx-mining-service" -version = "0.13.1" +version = "0.14.0" description = "Service to mine transactions" authors = ["Hathor Team "] license = "MIT"