diff --git a/LICENSE b/LICENSE index 82e42a6..91b7e2b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 KU Leuven, DTAI Research Group +Copyright (c) 2023-2025 KU Leuven, DTAI Research Group Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index adbdefb..553dac1 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ to find more information about how you can contribute! ## License - Copyright (c) 2023 KU Leuven, DTAI Research Group + Copyright (c) 2023-2025 KU Leuven, DTAI Research Group Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/additional_information/changelog.rst b/docs/additional_information/changelog.rst index 39b0152..8e672fa 100644 --- a/docs/additional_information/changelog.rst +++ b/docs/additional_information/changelog.rst @@ -3,8 +3,8 @@ Changelog All notable changes to this project will be documented in this file. -Latest ------- +[0.2.3] - 2024-12-02 +-------------------- Added ^^^^^ diff --git a/docs/conf.py b/docs/conf.py index b3e3230..861540a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'dtaianomaly' -copyright = '2023, DTAI' +copyright = '2023-2025, DTAI' author = 'Louis Carpentier \\and Nick Seeuws' with open('../pyproject.toml', 'r') as f: diff --git a/dtaianomaly/__init__.py b/dtaianomaly/__init__.py index b8c2c2b..d93b5b2 100644 --- a/dtaianomaly/__init__.py +++ b/dtaianomaly/__init__.py @@ -1 +1 @@ -__version__ = '0.2.2.dev' +__version__ = '0.2.3' diff --git a/pyproject.toml b/pyproject.toml index 9fe9e5e..04122c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dtaianomaly" -version = "0.2.2" +version = "0.2.3" description = "A simple-to-use Python package for time series anomaly detection!" requires-python = ">=3.8,<=3.12" authors = [