Skip to content

Commit 6deaed1

Browse files
committed
Bump version to 0.4.2
1 parent 0d8243b commit 6deaed1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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.1"
5+
__version__ = "0.4.2"

pyproject.toml

Lines changed: 3 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.1"
3+
version = "0.4.2"
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
license = "MIT"
@@ -9,7 +9,8 @@ homepage = "https://github.com/firefly-cpp/FireflyAlgorithm"
99
repository = "https://github.com/firefly-cpp/FireflyAlgorithm"
1010

1111
include = [
12-
{ path="LICENSE", format="sdist" }
12+
{ path="LICENSE", format="sdist" },
13+
{ path="Problems.md", format="sdist" }
1314
]
1415

1516
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)