Skip to content

Commit 3a2c4d7

Browse files
github-actions[bot]roliveira
authored andcommitted
chore(main): release 0.1.0
1 parent d23997a commit 3a2c4d7

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "everest_tutorials"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
description = "EVEREST tutorials"
55
authors = [{ name = "Equinor ASA", email = "fg_sib-scout@equinor.com" }]
66
readme = "README.md"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
setup(
55
name="everest_tutorials",
6-
version="0.0.0",
6+
version="0.1.0",
77
packages=find_packages(),
88
)

src/everest_tutorials/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.0"
1+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)