Skip to content

Commit ebf090c

Browse files
committed
fix: update version to 2.0.3 in conanfile.py, plugin.json, and vpm.json
1 parent 4553447 commit ebf090c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

conanfile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44

55
class GrainSegmentationConan(ConanFile):
66
name = "grain-segmentation"
7-
version = "2.0.2"
7+
version = "2.0.3"
88
package_type = "static-library"
99
license = "MIT"
1010
settings = "os", "arch", "compiler", "build_type"
1111
default_options = {"hwloc/*:shared": True}
1212
requires = (
1313
"boost/1.88.0",
1414
"onetbb/2021.12.0",
15-
"coretoolkit/[>=2.0]",
16-
"structure-identification/[>=2.0]",
15+
"coretoolkit/[>=2.5]",
16+
"structure-identification/[>=2.1]",
1717
"polyhedral-template-matching/[>=2.0]",
1818
"spdlog/1.14.1",
1919
"nlohmann_json/3.11.3",

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"icon": "HiCube",
1616
"author": "Rodolfo Herrera",
1717
"license": "MIT",
18-
"version": "2.0.2",
18+
"version": "2.0.3",
1919
"homepage": "https://github.com/rodyherrera/Volterra",
2020
"description": "Segmenta granos cristalinos a partir de PTM local, mergeando orientaciones similares."
2121
}

vpm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voltlabs/grain-segmentation",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"kind": "workflow",
55
"publisher": "voltlabs",
66
"description": "Identifies and segments crystalline grains based on local PTM orientations, merging grains with similar orientations.",

0 commit comments

Comments
 (0)