Skip to content

Commit 17c062f

Browse files
committed
Version bump 0.0.2 and start semver.
1 parent 9b89703 commit 17c062f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,12 @@ are not proportional to Kelvin and require an offset. Please define all your
164164
temperatures in K.
165165

166166
## License
167-
This software is licensed under the European Public License (EUPL) version 1.2 or later.
167+
This software is licensed under the European Public License (EUPL) version 1.2 or later.
168+
169+
## Changelog
170+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
171+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
172+
173+
### [0.0.2] - 2024-04-23
174+
#### Changed
175+
- First release

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "Cyantities"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
authors = [
99
{name = "Malte J. Ziebarth", email = "mjz.science@fmvkb.de"},
1010
]

0 commit comments

Comments
 (0)