Skip to content

Commit d64d117

Browse files
committed
v0.1.2
1 parent 2c885ed commit d64d117

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors:
66
orcid: https://orcid.org/0009-0000-8821-0587
77
title: 'ScholarVista'
88
license: Apache-2.0
9-
version: '0.1.1'
9+
version: '0.1.2'
1010
doi: '10.5281/zenodo.10654760'
1111
date-released: 2024-02-13
1212
url: 'https://github.com/mciccale/ScholarVista'

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"datePublished": "2024-02-14",
88
"dateModified": "2024-02-14",
99
"name": "ScholarVista",
10-
"version": "0.1.1",
10+
"version": "0.1.2",
1111
"identifier": "10.5281/zenodo.10654760",
1212
"description": "ScholarVista is a tool that analyzes research papers and extracts and plots information from them. It utilizes Grobid, a library for extracting content from research papers, to extract all the relevant data. The extracted data is then plotted and displayed using Python.",
1313
"applicationCategory": "Research",

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 = "scholarvista"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "ScholarVista is a tool that analyzes research papers and extracts and plots information from them. It utilizes Grobid, a library for extracting content from research papers, to extract all the relevant data. The extracted data is then plotted and displayed using Python."
55
authors = ["mciccale <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)