From 346dadd9695ef2c6efe1c0c7b3534d149d061b3d Mon Sep 17 00:00:00 2001 From: firefly-cpp Date: Mon, 6 Jun 2022 15:02:09 +0200 Subject: [PATCH] Rename project name in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a940060..fe3575d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "FireflyAlgorithm" +name = "fireflyalgorithm" version = "0.3.1" description = "Implementation of Firefly Algorithm in Python" authors = ["firefly-cpp"]