From 6ee889a0675e390bd2a90913b7dc8b6b0fe48005 Mon Sep 17 00:00:00 2001 From: James Carter Date: Wed, 21 Jun 2023 22:27:19 +0100 Subject: [PATCH] Update pyproject.toml Flagging as an alpha release, so as to set expectations for any prospective consumers --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 15dd09e..89a7fac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iracing-client" -version = "0.1.1" +version = "0.1.1-alpha" description = "" authors = ["James Carter "] readme = "README.md"