Skip to content

Commit

Permalink
Added upstream workflow info also in project toml. Bump into v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sci-kai committed Feb 9, 2023
1 parent 3cb7583 commit af883eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[cubi.metadata]
pid = "undefined"
version = "1.3.0"
version = "1.3.1"

[cubi.metadata.naming.workflow.system]
smk="snakemake"
Expand Down
7 changes: 6 additions & 1 deletion tomls/cubi/project/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[cubi.project]
code t[cubi.project]

This comment has been minimized.

Copy link
@ptrebert

ptrebert Feb 21, 2023

Member

@sci-kai
please be more careful when committing files to a main branch - this here is broken

pid = "undefined"
type = "type"
name = "undefined"
Expand All @@ -19,3 +19,8 @@ version = "version_b"
pid = "pid_c"
name = "c"
version = "version_c"

[cubi.project.workflow.upstream]
pid = "undefined"
name = "undefined"
version = "prototype"

0 comments on commit af883eb

Please sign in to comment.