We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeffb02 commit 37ce842Copy full SHA for 37ce842
docs/additional_information/changelog.rst
@@ -3,7 +3,7 @@ Changelog
3
4
All notable changes to this project will be documented in this file.
5
6
-Latest
+[0.5.0] - 2025-10-06
7
------
8
9
.. warning::
dtaianomaly/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.4.2.dev"
+__version__ = "0.5.0"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
2
name = "dtaianomaly"
-version = "0.4.2"
+version = "0.5.0"
description = "A simple-to-use Python package for time series anomaly detection!"
requires-python = ">=3.10,<3.14"
authors = [
0 commit comments