Skip to content

Commit

Permalink
Merge pull request #30 from capitalone/v1.0.0
Browse files Browse the repository at this point in the history
Release: Version 1.0.0
  • Loading branch information
mnlouie authored Dec 8, 2020
2 parents 9134892 + fd09eaf commit 77d10b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='gam',
version='0.0.1',
version='1.0.0',
packages=['gam', 'tests'],
maintainer='Brian Barr',
maintainer_email='[email protected]',
Expand All @@ -44,4 +44,5 @@
"scikit-learn > 0.21.3",
"numpy > 1.17.2",
],
python_requires=">=3.6",
)

0 comments on commit 77d10b7

Please sign in to comment.