Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit c1f5b2e

Browse files
author
Bob Green
committed
Bump version
1 parent bd1ac0b commit c1f5b2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backoff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
'random_jitter'
2727
]
2828

29-
__version__ = '1.9.1'
29+
__version__ = '1.9.2'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "backoff"
3-
version = "1.9.1"
3+
version = "1.9.2"
44
description = "Function decoration for backoff and retry"
55
authors = ["Bob Green <[email protected]>"]
66
readme = "README.rst"

0 commit comments

Comments
 (0)