Skip to content

Commit

Permalink
Merge branch 'support-0.8.x' into release-0.9.1.post0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnelson-nist committed Jan 8, 2024
2 parents 6763eaf + 78166a2 commit 92544b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/psf/black
rev: 23.12.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
Expand Down
2 changes: 1 addition & 1 deletion case_utils/local_uuid.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
This library is a wrapper for uuid, provided to generate repeatable UUIDs if requested.
"""

__version__ = "0.3.1"
__version__ = "0.3.2"

import logging
import os
Expand Down

0 comments on commit 92544b3

Please sign in to comment.