Skip to content

Commit ac64697

Browse files
committed
bumps version to 1.3.1
1 parent f1361b5 commit ac64697

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors:
77
given-names: "Simon"
88
- family-names: "Michael"
99
given-names: "Richard"
10-
title: "poli: a libary of discrete sequence objectives"
11-
version: 1.2.0
12-
date-released: 2024-01-23
10+
title: "poli: a library of discrete sequence objectives"
11+
version: 1.3.1
12+
date-released: 2025-09-28
1313
url: "https://github.com/MachineLearningLifeScience/poli"

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
requires = ["setuptools<=68"]
33
build-backend = "setuptools.build_meta"
44

5+
[tool.setuptools]
6+
license-files = []
7+
58
[project]
69
name = "poli-core"
7-
version = "1.2.0"
10+
version = "1.3.1"
811
description = "poli, a library of discrete objective functions"
912
readme = "README.md"
1013
authors = [{name="Miguel González-Duque", email="miguelgondu@gmail.com"}, {name="Simon Bartels", email="bartels@di.ku.dk"}]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = poli-core
3-
version = "1.2.0"
3+
version = "1.3.1"
44
author = Miguel González-Duque
55
author_email = miguel.gonzalez-duque@bio.ku.dk
66
description = A library of discrete objective functions

src/__init__.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/poli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""poli, a library for discrete black-box objective functions."""
22

3-
__version__ = "1.2.0"
3+
__version__ = "1.3.1"
44
from .core.util.isolation.instancing import instance_function_as_isolated_process
55

66
# from .core import get_problems

0 commit comments

Comments
 (0)