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 3895f3f commit cf48b37Copy full SHA for cf48b37
fireflyalgorithm/__init__.py
@@ -2,4 +2,4 @@
2
3
__all__ = ['FireflyAlgorithm']
4
5
-__version__ = '0.3.1'
+__version__ = '0.3.2'
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "fireflyalgorithm"
-version = "0.3.1"
+version = "0.3.2"
description = "Implementation of Firefly Algorithm in Python"
authors = ["firefly-cpp"]
6
license = "MIT"
0 commit comments