From fe61b63a0b82261854f785761f5ef3a2d821e7f4 Mon Sep 17 00:00:00 2001 From: Thamognya Kodi Date: Thu, 19 Jan 2023 19:35:58 +0700 Subject: [PATCH] updae --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8870b0e..5e29d9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "internet-ml" -version = "0.1.0" +version = "3.0.0" # fresh start from 3.0.0 description = "Internet-ML: Allowing ML to connect to the internet" readme = "./.github/README.md" authors = ["Thamognya Kodi "]