Skip to content

Commit bc2876e

Browse files
committed
Prepare to release v0.1.3 (Python only)
1 parent 2d1234d commit bc2876e

3 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
@@ -2,7 +2,7 @@
22

33
# Makefile for moocore
44

5-
VERSION = 0.1.2$(REVISION)
5+
VERSION = 0.1.3
66

77
#-----------------------------------------------------------------------
88

python/doc/source/whatsnew/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
What's new
55
**********
66

7-
Version 0.1.3
8-
-------------
7+
Version 0.1.3 (28/10/2024)
8+
--------------------------
99

1010
- :class:`Hypervolume`: Object-oriented API for hypervolume indicator.
1111
- :func:`apply_within_sets()`: Utility function to apply operations to individual datasets.

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.1.3dev0"
11+
version = "0.1.3"
1212
description = "Core Algorithms for Multi-Objective Optimization"
1313
readme = "README.md"
1414
keywords = [

0 commit comments

Comments
 (0)