Skip to content

Commit d12b6d5

Browse files
committed
Bump version -- 0.3
1 parent 6ae0981 commit d12b6d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2'
5+
__version__ = '0.3'

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.2"
3+
version = "0.3"
44
description = "Firefly algorithm implementation."
55
authors = ["firefly-cpp"]
66
license = "MIT"

0 commit comments

Comments
 (0)