Skip to content

Commit b489f35

Browse files
committed
Bump version and rebuilt
1 parent d600ff8 commit b489f35

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.4.4"
5+
__version__ = "0.4.5"

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.4.4"
3+
version = "0.4.5"
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
keywords = ['computational intelligence', 'firefly algorithm', 'swarm intelligence', 'optimization']

0 commit comments

Comments
 (0)