Skip to content

Commit b5be9d9

Browse files
committed
run pre-commi
1 parent 2fdacbb commit b5be9d9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.1.1
6+
version: 0.2.0
77
abstract: A CLI tool for synchronizing software project metadata.
88
repository-code: https://github.com/Materials-Data-Science-and-Informatics/somesy
99
license: MIT

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,5 @@
170170
"runtimePlatform": "Python 3"
171171
},
172172
"url": "https://materials-data-science-and-informatics.github.io/somesy",
173-
"version": "0.1.1"
173+
"version": "0.2.0"
174174
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "somesy"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "A CLI tool for synchronizing software project metadata."
55
authors = ["Mustafa Soylu <m.soylu@fz-juelich.de>", "Anton Pirogov <a.pirogov@fz-juelich.de>"]
66
maintainers = ["Mustafa Soylu <m.soylu@fz-juelich.de>"]

0 commit comments

Comments
 (0)