Skip to content

Commit 373821f

Browse files
authored
Bumps version after including observer (#293)
1 parent 89c1918 commit 373821f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ authors:
88
- family-names: "Michael"
99
given-names: "Richard"
1010
title: "poli: a libary of discrete sequence objectives"
11-
version: 1.1.0
11+
version: 1.1.1
1212
date-released: 2024-01-23
1313
url: "https://github.com/MachineLearningLifeScience/poli"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "poli-core"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "poli, a library of discrete objective functions"
99
readme = "README.md"
1010
authors = [{name="Miguel González-Duque", email="miguelgondu@gmail.com"}, {name="Simon Bartels", email="bartels@di.ku.dk"}]
@@ -88,7 +88,7 @@ profile = "black"
8888
exclude = ["src/poli/core/util/proteins/rasp/inner_rasp", "src/poli/objective_repository/gfp_cbas"]
8989

9090
[tool.bumpversion]
91-
current_version = "1.1.0"
91+
current_version = "1.1.1"
9292
parse = """(?x)
9393
(?P<major>0|[1-9]\\d*)\\.
9494
(?P<minor>0|[1-9]\\d*)\\.

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.1.0"
3+
version = "1.1.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/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.1.0"
3+
__version__ = "1.1.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)