From 7960c326750354f5ccb9068744b86aed0a072726 Mon Sep 17 00:00:00 2001 From: Merlin Roe Date: Wed, 1 May 2024 17:41:18 +0100 Subject: [PATCH] Updated Tags for 1.1.1 release --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af3d787..1744e67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.1.1 +## 1.1.1 - 2024-05-01 - Changed Movement rising/falling default length from 4 to 1 - Added better exceptions to Hexital verifying dict indicators - Mass Indicator clean up to fix, unused/unended input_value's and unused sub indicators diff --git a/pyproject.toml b/pyproject.toml index cd02d00..2485ff5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hexital" -version = "1.1.0" +version = "1.1.1" description = "Hex Incremental Technical Analysis Library" readme = "README.md" license = "MIT"