Skip to content

Commit 2ad7706

Browse files
committed
Prepare to release v0.2.0
1 parent df01c8f commit 2ad7706

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

c/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#-----------------------------------------------------------------------
22
# Makefile for moocore
33
#-----------------------------------------------------------------------
4-
VERSION = 0.18$(REVISION)
4+
VERSION = 0.18
55

66
S=
77
## Quiet / verbose output:

python/doc/source/whatsnew/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
What's new
55
**********
66

7-
Version 0.2.0 (development)
7+
Version 0.2.0 (10/01/2026)
88
---------------------------
99

1010
- Requires ``numpy>=1.24``.

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = [
88

99
[project]
1010
name = "moocore"
11-
version = "0.2.0.dev0"
11+
version = "0.2.0"
1212
description = "Core Algorithms for Multi-Objective Optimization"
1313
readme = "README.md"
1414
keywords = [

r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: moocore
22
Type: Package
33
Title: Core Mathematical Functions for Multi-Objective Optimization
4-
Version: 0.1.10.900
4+
Version: 0.2.0
55
Authors@R: c(person("Manuel", "López-Ibáñez", role = c("aut", "cre"),
66
email = "manuel.lopez-ibanez@manchester.ac.uk",
77
comment = c(ORCID = "0000-0001-9974-1295")),

0 commit comments

Comments
 (0)