From 492e4b71dc77b69105580be8fcf7ebdd21f10ffd Mon Sep 17 00:00:00 2001 From: Vedran Kasalica Date: Fri, 9 Feb 2024 16:57:07 +0100 Subject: [PATCH] Update the version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6528966..9fbb232 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tsdf" -version = "0.5.1" +version = "0.5.2" description = "A Python library that provides methods for encoding and decoding TSDF (Time Series Data Format) data, which allows you to easily create, manipulate and serialize TSDF files in your Python code." authors = ["Peter Kok ", "Pablo Rodríguez ",