From e20555ab140e515a9dc53ebb6ce2a59a75d639c8 Mon Sep 17 00:00:00 2001 From: Robin Wimmers Date: Tue, 14 Nov 2023 11:34:58 +0100 Subject: [PATCH] chore(release): version 0.1.1 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/pyvibracore/_version.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0904920..efae55a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.1.1] - 2023-11-14 + +### Bug Fixes + +- Update sound prediction function + ## [0.0.1] - 2023-11-13 ### Miscellaneous Tasks diff --git a/pyproject.toml b/pyproject.toml index db15195..080f526 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "py-vibracore" -version = "0.1.0" +version = "0.1.1" description = "Public python SDK for the CEMS VibraCore web-API." requires-python = ">=3.9" dependencies = [ diff --git a/src/pyvibracore/_version.py b/src/pyvibracore/_version.py index 3dc1f76..485f44a 100644 --- a/src/pyvibracore/_version.py +++ b/src/pyvibracore/_version.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1"