Skip to content

Commit c4f7c31

Browse files
committed
update the version
1 parent 0b989ec commit c4f7c31

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.somesy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fair-python-cookiecutter"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "An opinionated cookiecutter template to kickstart a modern best-practice Python project with FAIR metadata. "
55

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: "fair-python-cookiecutter"
6-
version: "0.3.1"
6+
version: "0.3.2"
77
abstract: "An opinionated cookiecutter template to kickstart a modern best-practice
88
Python project with FAIR metadata."
99
repository-code: "https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter"

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"name": "fair-python-cookiecutter",
2727
"description": "An opinionated cookiecutter template to kickstart a modern best-practice Python project with FAIR metadata.",
28-
"version": "0.3.1",
28+
"version": "0.3.2",
2929
"keywords": [
3030
"fair",
3131
"metadata",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
# ---- managed by somesy, see .somesy.toml ----
33
name = "fair-python-cookiecutter"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
description = "An opinionated cookiecutter template to kickstart a modern best-practice Python project with FAIR metadata."
66
authors = ["Anton Pirogov <a.pirogov@fz-juelich.de>", "Mustafa Soylu <m.soylu@fz-juelich.de>"]
77
maintainers = ["Mustafa Soylu <m.soylu@fz-juelich.de>"]

0 commit comments

Comments
 (0)