Skip to content

Commit

Permalink
Merge pull request #59 from casework/release-0.11.0
Browse files Browse the repository at this point in the history
Release 0.11.0
  • Loading branch information
ajnelson-nist authored Nov 13, 2023
2 parents aadf060 + a9152ea commit 82555f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
Expand Down
2 changes: 1 addition & 1 deletion case_gnu_time/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
This library parses the output of GNU Time into a UCO Process graph node.
"""

__version__ = "0.10.1"
__version__ = "0.11.0"

import argparse
import datetime
Expand Down

0 comments on commit 82555f2

Please sign in to comment.