File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ ## [ 0.4.2 ] 2024-05-13
9
9
10
10
### Added
11
11
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ doctest_optionflags = [
70
70
# ============================================================================
71
71
72
72
[tool .bumpversion ]
73
- current_version = " 0.4.1 "
73
+ current_version = " 0.4.2 "
74
74
message = " Bump version to {new_version}"
75
75
commit = true
76
76
tag = true
Original file line number Diff line number Diff line change 8
8
__copyright__ = "Block Research Group - ETH Zurich"
9
9
__license__ = "MIT License"
10
10
11
- __version__ = "0.4.1 "
11
+ __version__ = "0.4.2 "
12
12
13
13
14
14
HERE = os .path .dirname (__file__ )
You can’t perform that action at this time.
0 commit comments