Skip to content

Commit fdfb6fa

Browse files
committed
Add CITATION.cff and bump version
1 parent 65dd6c0 commit fdfb6fa

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CITATION.cff

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
abstract: Implementation of Firefly Algorithm in Python
2+
authors:
3+
- family-names: Fister Jr.
4+
given-names: Iztok
5+
orcid: 0000-0002-6418-1272
6+
- affiliation: '@poviolabs'
7+
family-names: "Pe\u010Dnik"
8+
given-names: Luka
9+
orcid: 0000-0002-3897-9774
10+
- family-names: Stupan
11+
given-names: "\u017Diga"
12+
orcid: 0000-0001-9847-7306
13+
cff-version: 1.2.0
14+
date-released: '2023-12-25'
15+
doi: 10.5281/zenodo.10430919
16+
license:
17+
- MIT
18+
repository-code: https://github.com/firefly-cpp/FireflyAlgorithm/tree/0.4.4
19+
title: 'firefly-cpp/FireflyAlgorithm: 0.4.4'
20+
type: software
21+
version: 0.4.4

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.4.2"
5+
__version__ = "0.4.4"

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.4.2"
3+
version = "0.4.4"
44
description = "Implementation of Firefly Algorithm in Python"
55
authors = ["Iztok Fister Jr. <iztok@iztok-jr-fister.eu>", "Luka Pečnik <luka.pecnik@student.um.si>", "Žiga Stupan <ziga.stupan1@student.um.si>"]
66
license = "MIT"

0 commit comments

Comments
 (0)