From 196029c53510e6229c26381e15c4cc84f468cfa3 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 6 Feb 2022 22:28:59 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3cf0b76..e271446 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "grafana-pandas-datasource" -version = "0.2.0" +version = "0.3.0" description = "Serve NumPy data via pandas data frames to Grafana" authors = [ "Andreas Motl ",