Skip to content

Commit 121b185

Browse files
committed
Fix dependencies, bump version and rebuilt
1 parent b489f35 commit 121b185

File tree

3 files changed

+91
-57
lines changed

3 files changed

+91
-57
lines changed

fireflyalgorithm/__init__.py

Lines changed: 1 addition & 1 deletion
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"

poetry.lock

Lines changed: 88 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
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. <iztok@iztok-jr-fister.eu>", "Luka Pečnik <luka.pecnik@student.um.si>", "Žiga Stupan <ziga.stupan1@student.um.si>"]
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)