Bump version
diff --git a/Cargo.toml b/Cargo.toml
index aa5a117..55e83da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,11 @@
 [package]
 
 name = "petgraph"
-version = "0.1.5"
+version = "0.1.6"
 authors = ["bluss"]
 license = "MIT/Apache-2.0"
 
-description = "Graph data structure library."
+description = "Graph data structure library. Provides graph types and graph algorithms."
 documentation = "http://bluss.github.io/petulant-avenger-graphlibrary/target/doc/petgraph"
 repository = "https://github.com/bluss/petulant-avenger-graphlibrary"
 
diff --git a/README.rst b/README.rst
index 2e94526..b77b02e 100644
--- a/README.rst
+++ b/README.rst
@@ -19,6 +19,10 @@
 Recent Changes
 --------------
 
+- 0.1.6
+
+  - Add Graph::node_weigths_mut and Graph::edge_weights_mut
+
 - 0.1.4
 
   - Add back DfsIter, BfsIter