We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d0348 commit 8f7895cCopy full SHA for 8f7895c
fireflyalgorithm/__init__.py
@@ -2,4 +2,4 @@
2
3
__all__ = ['FireflyAlgorithm']
4
5
-__version__ = '0.3'
+__version__ = '0.3.1'
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
name = "FireflyAlgorithm"
-version = "0.3"
-description = "Firefly algorithm implementation."
+version = "0.3.1"
+description = "Implementation of Firefly Algorithm in Python"
authors = ["firefly-cpp"]
6
license = "MIT"
7
readme = "README.md"
0 commit comments