diff --git a/.cvsignore b/.cvsignore
index 7a2c0f5..b3ca1cb 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-nose-0.9.0.tar.gz
+nose-0.9.1.tar.gz
diff --git a/python-nose.spec b/python-nose.spec
index 8afd758..22f1439 100644
--- a/python-nose.spec
+++ b/python-nose.spec
@@ -3,7 +3,7 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-nose
-Version:        0.9.0
+Version:        0.9.1
 Release:        1%{?dist}
 Summary:        A discovery-based unittest extension for Python
 
@@ -14,7 +14,7 @@ Source0:        http://somethingaboutorange.com/mrl/projects/nose/nose-%{version
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel python-setuptools >= 0.6a9
+BuildRequires:  python-devel python-setuptools
 
 %description
 nose: a discovery-based unittest extension.
@@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/nose
 
 %changelog
+* Fri Nov 24 2006 Luke Macken <lmacken@redhat.com> 0.9.1-1
+- 0.9.1
+
 * Fri Sep  8 2006 Luke Macken <lmacken@redhat.com> 0.9.0-1
 - 0.9.0
 
diff --git a/sources b/sources
index a1a5a2f..357ed0e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1901f18ae082a711773d6f77cc312db2  nose-0.9.0.tar.gz
+97771e186ff3680e1abe5566a939966c  nose-0.9.1.tar.gz