Skip to content

Commit 7c98c7f

Browse files
committed
Update pyproject & bump version
1 parent da812c5 commit 7c98c7f

File tree

3 files changed

+79
-29
lines changed

3 files changed

+79
-29
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.3.2'
5+
__version__ = '0.3.3'

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fireflyalgorithm"
3-
version = "0.3.2"
3+
version = "0.3.3"
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"

0 commit comments

Comments
 (0)