File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.1.0 (2025-03-20)
4+
5+
6+ ### Bug Fixes
7+
8+ * initialize repository and project structure ([ d23997a] ( https://github.com/equinor/everest-tutorials/commit/d23997a77c518eebd86aff2bb00233dbdf9c6cdb ) )
9+ * initialize repository and project structure ([ 7df6084] ( https://github.com/equinor/everest-tutorials/commit/7df608451727344518558c1993cd60e238ec0c32 ) )
Original file line number Diff line number Diff line change 11[project ]
22name = " everest_tutorials"
3- version = " 0.0 .0"
3+ version = " 0.1 .0"
44description = " EVEREST tutorials"
55authors = [{ name = " Equinor ASA" , email = " fg_sib-scout@equinor.com" }]
66readme = " README.md"
Original file line number Diff line number Diff line change 33
44setup (
55 name = "everest_tutorials" ,
6- version = "0.0 .0" ,
6+ version = "0.1 .0" ,
77 packages = find_packages (),
88)
Original file line number Diff line number Diff line change 1- __version__ = "0.0 .0"
1+ __version__ = "0.1 .0"
You can’t perform that action at this time.
0 commit comments