Skip to content

Commit 188f07d

Browse files
committed
chore: bump version to 0.1.5
1 parent c388c35 commit 188f07d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## [0.1.5] - 08-02-2026
22

33
### Added
44
- Data related to comparison with other agentic data extraction frameworks added for the ComProScanner paper in the `examples/piezo_test/comparing_existing_frameworks` folder.

examples/minimal_example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
if __name__ == "__main__":
88
comproscanner = ComProScanner(main_property_keyword=main_property_keyword)
9-
# comproscanner.collect_metadata()
9+
comproscanner.collect_metadata()
1010

11-
# comproscanner.process_articles(property_keywords=property_keywords)
11+
comproscanner.process_articles(property_keywords=property_keywords)
1212

1313
comproscanner.extract_composition_property_data(
1414
main_extraction_keyword="d33",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "comproscanner"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "Multi-agent system for extracting and processing structured composition-property data from scientific literature"
99
readme = "README.md"
1010
authors = [{ name = "Aritra Roy", email = "contact@aritraroy.live" }]

0 commit comments

Comments
 (0)