Skip to content

Commit 436acea

Browse files
Merge pull request #49 from casework/release-0.9.1
Release 0.9.1
2 parents 1869f38 + e124ce7 commit 436acea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/supply-chain.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030

3131
steps:
3232
- uses: actions/checkout@v3
33+
with:
34+
ref: develop
3335
- name: Set up Python ${{ matrix.python-version }}
3436
uses: actions/setup-python@v4
3537
with:

case_gnu_time/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
This library parses the output of GNU Time into a UCO Process graph node.
1616
"""
1717

18-
__version__ = "0.9.0"
18+
__version__ = "0.9.1"
1919

2020
import argparse
2121
import datetime

0 commit comments

Comments
 (0)