diff --git a/HISTORY.md b/HISTORY.md index bb30748..797a5c0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # History +## 0.1.0 – 2025-10-06 + +New multivariate Prompter pipeline + +* Update ``rolling_window_sequences`` primitives name – [Issue #48](https://github.com/sintel-dev/sigllm/issues/48) by @sarahmish +* Multivariate prompter pipeline – [Issue #47](https://github.com/sintel-dev/sigllm/issues/47) by @sarahmish + + ## 0.0.4 – 2025-07-31 New benchmarking suite diff --git a/pyproject.toml b/pyproject.toml index 99dc7a7..75128ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ namespaces = false version = {attr = 'sigllm.__version__'} [tool.bumpversion] -current_version = "0.0.5.dev0" +current_version = "0.0.5.dev1" parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?' serialize = [ '{major}.{minor}.{patch}.{release}{candidate}', diff --git a/sigllm/__init__.py b/sigllm/__init__.py index 84309b7..48f2b26 100644 --- a/sigllm/__init__.py +++ b/sigllm/__init__.py @@ -4,7 +4,7 @@ __author__ = 'MIT Data To AI Lab' __email__ = 'dailabmit@gmail.com' -__version__ = '0.0.5.dev0' +__version__ = '0.0.5.dev1' import os