Skip to content

Commit

Permalink
Update pyproject & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
firefly-cpp committed Oct 31, 2022
1 parent da812c5 commit 7c98c7f
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 29 deletions.
2 changes: 1 addition & 1 deletion fireflyalgorithm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = ['FireflyAlgorithm']

__version__ = '0.3.2'
__version__ = '0.3.3'
104 changes: 77 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fireflyalgorithm"
version = "0.3.2"
version = "0.3.3"
description = "Implementation of Firefly Algorithm in Python"
authors = ["Iztok Fister Jr. <[email protected]>", "Luka Pečnik <[email protected]>", "Žiga Stupan <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 7c98c7f

Please sign in to comment.