Skip to content

Commit b7f6e9e

Browse files
committed
Bump version: 4.13.5 → 4.13.6 [skip ci]
1 parent f7fc699 commit b7f6e9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.13.5
2+
current_version = 4.13.6
33
commit = True
44
tag = True
55
tag_name = {new_version}

housekeeper/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__title__ = "housekeeper"
2-
__version__ = "4.13.5"
2+
__version__ = "4.13.6"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "housekeeper"
3-
version = "4.13.5"
3+
version = "4.13.6"
44
description = "File data orchestrator"
55
authors = ["henrikstranneheim <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)