We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d3a58 commit d8e6715Copy full SHA for d8e6715
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ouroboros",
3
"productName": "Ouroboros",
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"description": "Quickly extract ROIs from cloud-hosted medical scans.",
6
"main": "./out/main/index.js",
7
"author": "Weaver Goldman <we.goldm@gmail.com>",
python/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ouroboros"
-version = "1.0.0"
+version = "1.0.1"
description = "Extract ROIs (e.g. nerves, blood vessels) from multi-terabyte cloud-hosted medical scans."
authors = ["Weaver Goldman <we.goldm@gmail.com>"]
readme = "README.md"
0 commit comments