Skip to content

Commit

Permalink
Fix pyproject.toml keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Green committed Nov 27, 2018
1 parent 7dc2537 commit be0b856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backoff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
'random_jitter'
]

__version__ = '1.7.0'
__version__ = '1.7.1'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "backoff"
version = "1.7.0"
version = "1.7.1"
description = "Function decoration for backoff and retry"
authors = ["Bob Green <[email protected]>"]
readme = "README.rst"
repository = "https://github.com/litl/backoff"
license = "MIT"
keywords = "python retry backoff asyncio asychnronous synchronous exceptions retrying decorators exponential"
keywords = ["retry", "backoff", "decorators"]
classifiers = ['Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Programming Language :: Python',
Expand Down

0 comments on commit be0b856

Please sign in to comment.