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.5.0 ] 2024-10-21
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 .0"
73
+ current_version = " 0.5 .0"
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 6
6
__copyright__ = "Gene Ting-Chun Kao"
7
7
__license__ = "MIT License"
8
8
__email__ = "kao@arch.ethz.ch, kao.gene@gmail.com"
9
- __version__ = "0.4 .0"
9
+ __version__ = "0.5 .0"
10
10
11
11
12
12
HERE = os .path .dirname (__file__ )
You can’t perform that action at this time.
0 commit comments