Skip to content

Commit 4cc457a

Browse files
committed
set version to 3.0.0
1 parent 77ad052 commit 4cc457a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

codemeta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@context": [
3-
"https://doi.org/10.5063/schema/codemeta-2.0",
3+
"https://w3id.org/codemeta/v3.0",
44
"http://schema.org",
55
"https://w3id.org/software-types",
66
"https://w3id.org/software-iodata"
@@ -38,7 +38,7 @@
3838
"url": "https://proycon.anaproy.nl"
3939
},
4040
"dateCreated": "2018-04-16T10:54:22Z+0200",
41-
"dateModified": "2024-06-14T11:33:47Z+0200",
41+
"dateModified": "2025-03-07T12:27:47Z+0100",
4242
"description": "Codemetapy is a command-line tool and python library to work with the codemeta software metadata standard. Codemeta builds upon schema.org and defines a vocabulary for describing software source code. It maps various existing metadata standards to a unified vocabulary. Codemetapy allows you to generate codemeta from various sources.",
4343
"developmentStatus": [ "https://www.repostatus.org/#active", "https://w3id.org/research-technology-readiness-levels#Level9Proven" ],
4444
"funding": [
@@ -182,7 +182,7 @@
182182
"version": ">= 6.1.1"
183183
}
184184
],
185-
"targetProduct": [{
185+
"isSourceCodeOf": [{
186186
"@id": "/commandlineapplication/codemetapy",
187187
"@type": "CommandLineApplication",
188188
"executableName": "codemetapy",
@@ -196,5 +196,5 @@
196196
"runtimePlatform": "Python 3"
197197
}],
198198
"url": "https://github.com/proycon/codemetapy.git",
199-
"version": "2.5.3"
199+
"version": "3.0.0"
200200
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def read(fname):
1515

1616
setup(
1717
name = "CodeMetaPy",
18-
version = "2.5.3", #also adapt in codemeta.json
18+
version = "3.0.0", #also adapt in codemeta.json
1919
author = "Maarten van Gompel",
2020
author_email = "proycon@anaproy.nl",
2121
description = ("Generate and manage CodeMeta software metadata"),

0 commit comments

Comments
 (0)