diff --git a/.gitignore b/.gitignore
index d40d96e..5c27fe2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /v0.5.tar.gz
 /v0.7.tar.gz
 /v0.8.tar.gz
+/v0.9.tar.gz
diff --git a/nvme-cli.spec b/nvme-cli.spec
index ef6c881..181717f 100644
--- a/nvme-cli.spec
+++ b/nvme-cli.spec
@@ -2,7 +2,7 @@
 #%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
 
 Name:           nvme-cli
-Version:        0.8
+Version:        0.9
 Release:        1%{?dist}
 Summary:        NVMe management command line interface
 
@@ -38,6 +38,9 @@ make PREFIX=/usr CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}" %{?_smp_mfla
 
 
 %changelog
+* Mon Oct 31 2016 luto@kernel.org - 0.9-1
+- Update to 0.9
+
 * Thu Jun 30 2016 luto@kernel.org - 0.8-1
 - Update to 0.8
 
diff --git a/sources b/sources
index 483e21f..65e8078 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-21ca3248bdfba829605edf39fbb28684  v0.8.tar.gz
+1cd64583094ef65c252564763397e8e8  v0.9.tar.gz