Skip to content

Commit 2f491a1

Browse files
authored
Merge branch 'master' into archiving-fix-archive-zero
2 parents 907d739 + 9a6ec23 commit 2f491a1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 53.5.0
2+
current_version = 53.5.1
33
commit = True
44
tag = True
55
tag_name = v{new_version}

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
uses: psf/black@stable
1919
with:
2020
options: ". --check --line-length 100"
21-
version: "~=23.3.0"
21+
version: "~=23.11.0"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.3.0
3+
rev: 23.11.0
44
hooks:
55
- id: black
66
args: [--line-length=100]

cg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__title__ = "cg"
2-
__version__ = "53.5.0"
2+
__version__ = "53.5.1"

pyproject.toml

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

55
[tool.poetry]
66
name = "cg"
7-
version = "53.5.0"
7+
version = "53.5.1"
88
description = "Clinical Genomics command center"
99
authors = ["Clinical Genomics <[email protected]>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)