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 6ae0981 commit d12b6d5Copy full SHA for d12b6d5
fireflyalgorithm/__init__.py
@@ -2,4 +2,4 @@
2
3
__all__ = ['FireflyAlgorithm']
4
5
-__version__ = '0.2'
+__version__ = '0.3'
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "FireflyAlgorithm"
-version = "0.2"
+version = "0.3"
description = "Firefly algorithm implementation."
authors = ["firefly-cpp"]
6
license = "MIT"
0 commit comments