From 1dd3d45d26ed1b6fcd94eb701a190f45cab7a0e0 Mon Sep 17 00:00:00 2001 From: Peter Kok Date: Thu, 29 Aug 2024 11:02:41 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c22f1d5..0a18eec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tsdf" -version = "0.5.2" +version = "0.5.3" 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 ",