Skip to content

Commit 54361bc

Browse files
authored
Bump Version Number to 0.1.0 (#106)
1 parent a9e68b3 commit 54361bc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

example_workflows/arithmetic/workflow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1",
2+
"version": "0.1.0",
33
"nodes": [
44
{"id": 0, "type": "function", "value": "workflow.get_prod_and_div"},
55
{"id": 1, "type": "function", "value": "workflow.get_sum"},

example_workflows/nfdi/workflow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1",
2+
"version": "0.1.0",
33
"nodes": [
44
{"id": 0, "type": "function", "value": "workflow.generate_mesh"},
55
{"id": 1, "type": "function", "value": "workflow.convert_to_xdmf"},

example_workflows/quantum_espresso/workflow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1",
2+
"version": "0.1.0",
33
"nodes": [
44
{"id": 0, "type": "function", "value": "workflow.get_bulk_structure"},
55
{"id": 1, "type": "function", "value": "workflow.calculate_qe"},

python_workflow_definition/pyproject.toml

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

55
[project]
66
name = "python_workflow_definition"
7-
version = "0.0.1"
7+
version = "0.1.0"
88
description = "Python Workflow Definition - workflow interoperability for aiida, jobflow and pyiron"
99
authors = [
1010
{ name = "Jan Janssen", email = "janssen@mpie.de" },

python_workflow_definition/src/python_workflow_definition/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
SOURCE_PORT_LABEL = "sourcePort"
77
TARGET_LABEL = "target"
88
TARGET_PORT_LABEL = "targetPort"
9-
VERSION_NUMBER = "0.0.1"
9+
VERSION_NUMBER = "0.1.0"
1010
VERSION_LABEL = "version"
1111

1212

0 commit comments

Comments
 (0)