Skip to content

Commit 7648c75

Browse files
author
a.pirogov
committed
bump again to 0.3.0
1 parent 9cd0d31 commit 7648c75

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
run: pip install poethepoet pre-commit safety
3333

3434
# NOTE: using custom cache, to include pre-commit linters + deps
35-
# - uses: actions/cache@v3
36-
# with:
37-
# path: |
38-
# ~/.cache/pre-commit
39-
# ~/.cache/pip
40-
# key: ${{ hashFiles('.pre-commit-config.yaml') }}-pre-commit
35+
- uses: actions/cache@v3
36+
with:
37+
path: |
38+
~/.cache/pre-commit
39+
~/.cache/pip
40+
key: ${{ hashFiles('.pre-commit-config.yaml') }}-pre-commit
4141

4242
- name: Check that all static analysis tools run without errors
4343
run: |

.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.2.1"
3+
version = "0.3.0"
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.2.1
6+
version: 0.3.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
@@ -25,7 +25,7 @@
2525
],
2626
"name": "somesy",
2727
"description": "A CLI tool for synchronizing software project metadata.",
28-
"version": "0.2.1",
28+
"version": "0.3.0",
2929
"keywords": [
3030
"metadata",
3131
"FAIR"

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.2.1"
3+
version = "0.3.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)