Skip to content

Commit 8f7895c

Browse files
committed
Bump version to 0.3.1
1 parent 92d0348 commit 8f7895c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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.3'
5+
__version__ = '0.3.1'

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "FireflyAlgorithm"
3-
version = "0.3"
4-
description = "Firefly algorithm implementation."
3+
version = "0.3.1"
4+
description = "Implementation of Firefly Algorithm in Python"
55
authors = ["firefly-cpp"]
66
license = "MIT"
77
readme = "README.md"

0 commit comments

Comments
 (0)