From a0e679f4d5e4cfea64a58b492f7810bb3982b5e7 Mon Sep 17 00:00:00 2001 From: Juanmf Date: Fri, 9 Feb 2024 16:53:04 -0500 Subject: [PATCH] Unstable version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5c4ab6..02b5b3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "stepper_motors_juanmf1" # I'll use the convention that even numbers are "stable" releases. Odd numbers need more testing. -version = "0.0.13" +version = "0.0.15" authors = [ { name="Juan Manuel Fernandez", email="juanmf@gmail.com" }, ]