From f1c2e1850f5904b2b249688176ab67c1a14272cd Mon Sep 17 00:00:00 2001 From: Paris Kasidiaris Date: Tue, 12 Nov 2024 12:21:08 +0100 Subject: [PATCH] bump to 0.8.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 83fd207..8fe5186 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "cycleops" -version = "0.7.2" +version = "0.8.0" description = "The official command line interface for Cycleops" -authors = ["George Margaritis "] +authors = ["Thanasis Parathyras ", "George Margaritis ", "Paris Kasidiaris "] license = "MIT" readme = "README.md"