Skip to content

Commit fc208cf

Browse files
committed
version bump
1 parent 2d1138f commit fc208cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"url": "https://proycon.anaproy.nl"
3939
},
4040
"dateCreated": "2018-04-16T10:54:22Z+0200",
41-
"dateModified": "2025-04-17T13:37:47Z+0200",
41+
"dateModified": "2025-04-17T14:47:47Z+0200",
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": [
@@ -196,5 +196,5 @@
196196
"runtimePlatform": "Python 3"
197197
}],
198198
"url": "https://github.com/proycon/codemetapy.git",
199-
"version": "3.0.1"
199+
"version": "3.0.2"
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 = "3.0.0", #also adapt in codemeta.json
18+
version = "3.0.2", #also adapt in codemeta.json
1919
author = "Maarten van Gompel",
2020
author_email = "[email protected]",
2121
description = ("Generate and manage CodeMeta software metadata"),

0 commit comments

Comments
 (0)