File tree

3 files changed

+91
-57
lines changed

3 files changed

+91
-57
lines changed
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ["FireflyAlgorithm"]
44

5-
__version__ = "0.4.5"
5+
__version__ = "0.4.6"
Some generated files are not rendered by default. Learn more about customizing how changed files appear on .
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fireflyalgorithm"
3-
version = "0.4.5"
3+
version = "0.4.6"
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']
@@ -15,7 +15,7 @@ include = [
1515
]
1616

1717
[tool.poetry.dependencies]
18-
python = "^3.9,<3.13"
18+
python = "^3.9,<3.14"
1919
numpy = "^1.26.1"
2020

2121
[tool.poetry.group.test.dependencies]

0 commit comments

Comments
 (0)