Skip to content

Commit

Permalink
requirements: Upgrade setuptools to 40.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerkid authored and timabbott committed Nov 13, 2018
1 parent 5f69452 commit d3138d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dependencies for setting up pip to install our requirements.txt file.
pip==18.1
setuptools==40.5.0
setuptools==40.6.1
wheel==0.32.2
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# Typically, adding a dependency only requires a minor version bump, and
# removing a dependency requires a major version bump.

PROVISION_VERSION = '26.12'
PROVISION_VERSION = '26.13'

0 comments on commit d3138d4

Please sign in to comment.