Skip to content

Commit da5f882

Browse files
committed
bump version to 0.4.0
1 parent 4c9d60d commit da5f882

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fireflyalgorithm/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ["FireflyAlgorithm"]
44

5-
__version__ = "0.3.4"
5+
__version__ = "0.4.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fireflyalgorithm"
3-
version = "0.3.4"
3+
version = "0.4.0"
44
description = "Implementation of Firefly Algorithm in Python"
55
authors = ["Iztok Fister Jr. <[email protected]>", "Luka Pečnik <[email protected]>", "Žiga Stupan <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)