Skip to content

Commit

Permalink
Merge pull request #62 from Materials-Data-Science-and-Informatics/do…
Browse files Browse the repository at this point in the history
…cs/v0.2.1

bump up the version to 0.2.1
  • Loading branch information
mustafasoylu authored Dec 8, 2023
2 parents 33b2ebf + 949b419 commit b7b96c9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .somesy.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "somesy"
version = "0.2.0"
version = "0.2.1"
description = "A CLI tool for synchronizing software project metadata."
keywords = ["metadata", "FAIR"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: software
message: If you use this software, please cite it using this metadata.

title: somesy
version: 0.2.0
version: 0.2.1
abstract: A CLI tool for synchronizing software project metadata.
repository-code: https://github.com/Materials-Data-Science-and-Informatics/somesy
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,5 @@
"runtimePlatform": "Python 3"
},
"url": "https://materials-data-science-and-informatics.github.io/somesy",
"version": "0.2.0"
"version": "0.2.1"
}
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "somesy"
version = "0.2.0"
version = "0.2.1"
description = "A CLI tool for synchronizing software project metadata."
authors = ["Mustafa Soylu <[email protected]>", "Anton Pirogov <[email protected]>"]
maintainers = ["Mustafa Soylu <[email protected]>"]
Expand Down

0 comments on commit b7b96c9

Please sign in to comment.