Skip to content

Commit 4e093e6

Browse files
build(version): 🔖 update version from 0.1.0 to 0.2.0
1 parent f71efd1 commit 4e093e6

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 0.2.0 (2025-09-02)
2+
3+
### Feat
4+
5+
- create the datapackage scripts for creation and editing (#7)
6+
- add scripts to fetch and process data (#2)
7+
8+
### Refactor
9+
10+
- ♻️ convert to using updated template data package (#29)

datapackage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "23025289-f416-40ae-a9d0-1160c8bb4999",
44
"title": "Example Data Package: Impact of maternal obesity on the gestational metabolome and infant metabolome, brain, and behavioral development in rhesus macaques",
55
"description": "Data from on rhesus monkeys from a study investigating the impact of maternal\nobesity on the gestational metabolome and infant metabolome, brain, and\nbehavioral development in rhesus macaques by [Hasegawa et al. (2022)](https://pubmed.ncbi.nlm.nih.gov/36005637/).\nThe data is available on [Zenodo](https://zenodo.org/records/7055715).\n\nThis repository shows how the Seedcase tools structure a dataset with\nmultiple data resources.\n",
6-
"version": "0.1.0",
6+
"version": "0.2.0",
77
"created": "2025-08-28T14:00:29+02:00",
88
"contributors": [
99
{

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "example-rhesus-monkeys"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "This is an example Data Package using Seedcase to structure and document rhesus monkeys data."
55
authors = [
66
{name = "Luke W. Johnston", email = "lwjohnst@gmail.com" },

scripts/package_properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@
127127
# ],
128128
## Autogenerated:
129129
id="23025289-f416-40ae-a9d0-1160c8bb4999",
130-
version="0.1.0",
130+
version="0.2.0",
131131
created="2025-08-28T14:00:29+02:00",
132132
)

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)