Skip to content

Commit 17add59

Browse files
authored
v6.0.1 - Adds backoff to setup (#195)
* adds backoff to setup * bumps version
1 parent 2224c9b commit 17add59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
requests>=1.2
22
six
3+
backoff>=1.11
34
nose
45
mock
56
tox
67
black
78
pre-commit
89
sphinx-rtd-theme
9-
backoff>=1.11

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
"Operating System :: OS Independent",
3535
"Topic :: Software Development :: Libraries",
3636
],
37-
install_requires=["requests>=1.2", "six"],
37+
install_requires=["requests>=1.2", "six", "backoff>=1.11"],
3838
)

urbanairship/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.0.0"
1+
__version__ = "6.0.1"

0 commit comments

Comments
 (0)