Skip to content

Commit cf31c24

Browse files
committed
version bump
1 parent 0a0f91f commit cf31c24

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

codemeta.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"url": "https://proycon.anaproy.nl"
4444
},
4545
"dateCreated": "2022-03-22",
46-
"dateModified": "2023-05-15",
46+
"dateModified": "2023-11-24",
4747
"description": "Web API serving codemeta software metadata using codemeta and schema.org, provides a SPARQL endpoint and also offers a human web-interface ",
4848
"developmentStatus": [ "https://www.repostatus.org/#active", "https://w3id.org/research-technology-readiness-levels#Level7ReleaseCandidate" ],
4949
"funding": [
@@ -133,6 +133,13 @@
133133
"identifier": "rdflib-endpoint",
134134
"name": "rdflib-endpoint",
135135
"runtimePlatform": "Python 3"
136+
},
137+
{
138+
"@id": "/dependency/uvicorn",
139+
"@type": "SoftwareApplication",
140+
"identifier": "uvicorn",
141+
"name": "uvicorn",
142+
"runtimePlatform": "Python 3"
136143
}
137144
],
138145
"screenshot": [ "https://raw.githubusercontent.com/proycon/codemeta-server/master/screenshot_index_cards.jpg","https://raw.githubusercontent.com/proycon/codemeta-server/master/screenshot_index_table.jpg","https://raw.githubusercontent.com/proycon/codemeta-server/master/screenshot_page.jpg", "https://raw.githubusercontent.com/proycon/codemeta-server/master/screenshot_sparql.jpg"],
@@ -144,5 +151,5 @@
144151
"runtimePlatform": "Python 3"
145152
}],
146153
"url": "https://github.com/proycon/codemeta-server.git",
147-
"version": "0.4.0"
154+
"version": "0.4.1"
148155
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
setup(
6-
version='0.4.0', #also adapt in main.py anmd codemeta.json
6+
version='0.4.1', #also adapt in main.py and codemeta.json
77
name='codemeta-server',
88
license='GPL-3.0-only',
99
description='Web API serving codemeta software metadata using codemeta and schema.org, provides a SPARQL endpoint and also offers a human web-interface',

0 commit comments

Comments
 (0)