Skip to content

Commit 988ded1

Browse files
committed
bump version to 0.7.2
1 parent 7aba384 commit 988ded1

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.somesy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "somesy"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
description = "A CLI tool for synchronizing software project metadata."
55
keywords = ["metadata", "FAIR"]
66
license = "MIT"

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: software
33
message: If you use this software, please cite it using this metadata.
44

55
title: somesy
6-
version: 0.7.1
6+
version: 0.7.2
77
abstract: A CLI tool for synchronizing software project metadata.
88
url: https://materials-data-science-and-informatics.github.io/somesy
99
repository-code: https://github.com/Materials-Data-Science-and-Informatics/somesy

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
"name": "somesy",
2929
"description": "A CLI tool for synchronizing software project metadata.",
30-
"version": "0.7.1",
30+
"version": "0.7.2",
3131
"keywords": [
3232
"metadata",
3333
"FAIR"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "somesy"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
description = "A CLI tool for synchronizing software project metadata."
55
readme = "README.md"
66
keywords = [
@@ -40,6 +40,7 @@ maintainers = [
4040
{name = "Mustafa Soylu",email = "m.soylu@fz-juelich.de"},
4141
]
4242

43+
4344
license = {text = "MIT"}
4445

4546
[project.urls]

0 commit comments

Comments
 (0)