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

+1-1
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

+77-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3.2"
3+
version = "0.3.3"
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
license = "MIT"

0 commit comments

Comments
 (0)