diff --git a/setup.cfg b/setup.cfg index 5fd11e5..c30c1e0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,3 @@ [metadata] -description-file = README.md -license_files=LICENSE \ No newline at end of file +description_file = README.md +license_files=LICENSE diff --git a/setup.py b/setup.py index 634134f..1bda333 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="mup", - version="1.0.0", + version="1.0.1", author="Edward J Hu, Greg Yang", author_email="edwardjhu@edwardjhu.com, gregyang@microsoft.com", description="Maximal Update Parametrization", @@ -29,4 +29,4 @@ "Operating System :: OS Independent", ], python_requires='>=3.6', -) \ No newline at end of file +)