Skip to content

Commit

Permalink
Merge pull request #58 from Nextdoor/pin-setuptools
Browse files Browse the repository at this point in the history
Pin setuptools to 41.0.1
  • Loading branch information
dickinsonm authored Apr 17, 2020
2 parents da7068f + 8372a81 commit 91c031f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kale/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '2.0.0' # http://semver.org/
__version__ = '2.0.1' # http://semver.org/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def maybe_rm(path):
'boto3==1.10.36',
'pycryptodome==3.6.6',
'pyyaml==5.2',
'setuptools==40.8.0',
'setuptools==41.0.1',
'six==1.11.0',
'future==0.18.2',
],
Expand Down

0 comments on commit 91c031f

Please sign in to comment.