Skip to content

Commit

Permalink
Bumps version after including observer
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgondu committed Nov 28, 2024
1 parent 89c1918 commit 6f8283f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ authors:
- family-names: "Michael"
given-names: "Richard"
title: "poli: a libary of discrete sequence objectives"
version: 1.1.0
version: 1.1.1
date-released: 2024-01-23
url: "https://github.com/MachineLearningLifeScience/poli"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "poli-core"
version = "1.1.0"
version = "1.1.1"
description = "poli, a library of discrete objective functions"
readme = "README.md"
authors = [{name="Miguel González-Duque", email="[email protected]"}, {name="Simon Bartels", email="[email protected]"}]
Expand Down Expand Up @@ -88,7 +88,7 @@ profile = "black"
exclude = ["src/poli/core/util/proteins/rasp/inner_rasp", "src/poli/objective_repository/gfp_cbas"]

[tool.bumpversion]
current_version = "1.1.0"
current_version = "1.1.1"
parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = poli-core
version = "1.1.0"
version = "1.1.1"
author = Miguel González-Duque
author_email = [email protected]
description = A library of discrete objective functions
Expand Down
2 changes: 1 addition & 1 deletion src/poli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""poli, a library for discrete black-box objective functions."""

__version__ = "1.1.0"
__version__ = "1.1.1"
from .core.util.isolation.instancing import instance_function_as_isolated_process

# from .core import get_problems
Expand Down

0 comments on commit 6f8283f

Please sign in to comment.