Skip to content

Commit

Permalink
Bump version and rebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
firefly-cpp committed Aug 8, 2024
1 parent d600ff8 commit b489f35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4.4"
__version__ = "0.4.5"
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.4.4"
version = "0.4.5"
description = "Implementation of Firefly Algorithm in Python"
authors = ["Iztok Fister Jr. <[email protected]>", "Luka Pečnik <[email protected]>", "Žiga Stupan <[email protected]>"]
keywords = ['computational intelligence', 'firefly algorithm', 'swarm intelligence', 'optimization']
Expand Down

0 comments on commit b489f35

Please sign in to comment.