diff --git a/.gitignore b/.gitignore
index 839b647..d9358da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,3 +49,4 @@
 /setuptools-20.6.7.tar.gz
 /setuptools-20.8.1.tar.gz
 /setuptools-20.9.0.tar.gz
+/setuptools-20.10.1.tar.gz
diff --git a/python-setuptools.spec b/python-setuptools.spec
index 2dc546c..8ece371 100644
--- a/python-setuptools.spec
+++ b/python-setuptools.spec
@@ -29,7 +29,7 @@
 %endif
 
 Name:           python-setuptools
-Version:        20.9.0
+Version:        20.10.1
 Release:        1%{?dist}
 Summary:        Easily build and distribute Python packages
 
@@ -223,6 +223,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version}
 %endif # with_python3
 
 %changelog
+* Thu Apr 28 2016 Kevin Fenzi <kevin@scrye.com> - 20.10.1-1
+- Update to 2.10.1. Fixes bug #1330375
+
 * Sat Apr 16 2016 Kevin Fenzi <kevin@scrye.com> - 20.9.0-1
 - Update to 20.9.0. Fixes bug #1327827
 
diff --git a/sources b/sources
index f0d5bab..1f14242 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e5f4d80fcb68bcac179b327bf1791dec  setuptools-20.9.0.tar.gz
+cc3f063d05e3bff4d3fa07a5a1017c3b  setuptools-20.10.1.tar.gz