diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 45a0919..f8dd389 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,6 +1,6 @@ # Changelog -## [4.0.7](https://github.com/Ichinga-Samuel/aiomql/releases/edit/untagged-7d784e53ee13316aac97) - 2025-01-16 +## [4.0.7](https://github.com/Ichinga-Samuel/aiomql/releases/tag/v4.0.7) - 2025-01-16 ### Changed - Candles underlying DataFrame is now indexed by datetime. diff --git a/README.md b/README.md index 8b4fca4..d4811ff 100644 --- a/README.md +++ b/README.md @@ -220,5 +220,4 @@ Feeling generous, like the package or want to see it become a more mature packag Consider supporting the project by buying me a coffee. - [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/ichingasamuel) diff --git a/pyproject.toml b/pyproject.toml index 1607e37..c7c96a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aiomql" -version = "4.0.6" +version = "4.0.7" readme = "README.md" requires-python = ">=3.11" classifiers = [