Commit baef0a4 1 parent 10d45ab commit baef0a4 Copy full SHA for baef0a4
File tree 3 files changed +3
-3
lines changed
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.2.0 ] 2024-05-13
9
9
10
10
### Added
11
11
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ doctest_optionflags = [
73
73
# ============================================================================
74
74
75
75
[tool .bumpversion ]
76
- current_version = " 0.1 .0"
76
+ current_version = " 0.2 .0"
77
77
message = " Bump version to {new_version}"
78
78
commit = true
79
79
tag = true
Original file line number Diff line number Diff line change 8
8
__copyright__ = "Block Research Group"
9
9
__license__ = "MIT License"
10
10
__email__ = "ranaudo@arch.ethz.ch"
11
- __version__ = "0.1 .0"
11
+ __version__ = "0.2 .0"
12
12
13
13
14
14
HERE = os .path .dirname (__file__ )
You can’t perform that action at this time.
0 commit comments