Skip to content

Commit

Permalink
Merge pull request #48 from capitalone/v1.1.1
Browse files Browse the repository at this point in the history
Release: Version 1.1.1
  • Loading branch information
tazitoo authored Mar 18, 2021
2 parents 27ea6eb + b7f904f commit de19824
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
atomicwrites==1.1.5
attrs==18.1.0
attrs==19.2.0
dask[complete]==2021.2.0
more-itertools==4.2.0
pluggy==0.6.0
py==1.5.3
pytest==3.6.1
pluggy==0.13.1
py==1.8.2
pytest==6.2.2
pytest-cov==2.11.1
six==1.11.0
matplotlib==2.2.0
matplotlib==3.3.4
pandas==0.25.1
scikit-learn==0.21.3
numpy==1.17.2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-Copyright: Copyright (c) Capital One Services, LLC
# SPDX-License-Identifier: Apache-2.0
# Copyright 2020 Capital One Services, LLC
# Copyright 2021 Capital One Services, LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -28,7 +28,7 @@

setup(
name="gam",
version="1.1.0",
version="1.1.1",
packages=["gam", "tests"],
maintainer="Brian Barr",
maintainer_email="[email protected]",
Expand Down

0 comments on commit de19824

Please sign in to comment.