From 2b348c1a9d3f714913b6d1f060e217bdbdf87080 Mon Sep 17 00:00:00 2001 From: Vincent Adam Date: Wed, 15 Sep 2021 22:45:06 +0100 Subject: [PATCH] update setup version --- VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8a9ecc2..5c4511c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 \ No newline at end of file +0.0.7 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1ed666d..851747d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "markovflow" -version = "0.0.1" +version = "0.0.7" description = "A Tensorflow based library for Time Series Modelling with Gaussian Processes" authors = ["Markovflow Contributors "] packages = [{include = "markovflow"}]