Skip to content

Commit 0f1a1bc

Browse files
committed
bump version to 2.0.0b3
1 parent 4b14734 commit 0f1a1bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to Merlin will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [2.0.0b3]
88

99
### Added
1010
- New `merlin cancel <yaml>` command that cancels all runs of a current study

merlin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import sys
1515

1616

17-
__version__ = "2.0.0b2"
17+
__version__ = "2.0.0b3"
1818
VERSION = __version__
1919
PATH_TO_PROJ = os.path.join(os.path.dirname(__file__), "")
2020

0 commit comments

Comments
 (0)