From bf9afcebe62cda12c7b01d083d876307512f0932 Mon Sep 17 00:00:00 2001 From: Merlin Roe Date: Mon, 8 Apr 2024 22:08:25 +0100 Subject: [PATCH] Updated changelog and pyproject for fix --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a9cdb6..97e3d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.0.1 - 2024-04-08 +- Fixed #12 Inaccurate verify_indicators method in Hexital + ## 1.0.0 - 2024-02-11 - Moving Into BETA - Added CandleManager diff --git a/pyproject.toml b/pyproject.toml index e6dee5e..6414871 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hexital" -version = "1.0.0" +version = "1.0.1" description = "Hex Incremental Technical Analysis Library" readme = "README.md" license = "MIT"