From 639bc176c2f6923f066c97443dc6fc94d612b4aa Mon Sep 17 00:00:00 2001 From: Mustafa Soylu Date: Fri, 8 Mar 2024 09:57:53 +0100 Subject: [PATCH] bump version to 0.4.0 --- .somesy.toml | 2 +- CITATION.cff | 2 +- codemeta.json | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.somesy.toml b/.somesy.toml index 28184184..f6497f36 100644 --- a/.somesy.toml +++ b/.somesy.toml @@ -1,6 +1,6 @@ [project] name = "somesy" -version = "0.3.1" +version = "0.4.0" description = "A CLI tool for synchronizing software project metadata." keywords = ["metadata", "FAIR"] license = "MIT" diff --git a/CITATION.cff b/CITATION.cff index da99b2cd..ad20287e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,7 +3,7 @@ type: software message: If you use this software, please cite it using this metadata. title: somesy -version: 0.3.1 +version: 0.4.0 abstract: A CLI tool for synchronizing software project metadata. url: https://materials-data-science-and-informatics.github.io/somesy repository-code: https://github.com/Materials-Data-Science-and-Informatics/somesy diff --git a/codemeta.json b/codemeta.json index 04bd7297..2b44f6e2 100644 --- a/codemeta.json +++ b/codemeta.json @@ -25,7 +25,7 @@ ], "name": "somesy", "description": "A CLI tool for synchronizing software project metadata.", - "version": "0.3.1", + "version": "0.4.0", "keywords": [ "metadata", "FAIR" diff --git a/pyproject.toml b/pyproject.toml index 4d9ff32b..23bc50af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "somesy" -version = "0.3.1" +version = "0.4.0" description = "A CLI tool for synchronizing software project metadata." authors = ["Mustafa Soylu ", "Anton Pirogov "] maintainers = ["Mustafa Soylu "]