0.4.3
diff --git a/Cargo.toml b/Cargo.toml
index 4dff0dc..c18b802 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "petgraph"
-version = "0.4.2"
+version = "0.4.3"
 license = "MIT/Apache-2.0"
 authors = [
 "bluss",
@@ -13,6 +13,7 @@
 repository = "https://github.com/bluss/petgraph"
 
 keywords = ["data-structure", "graph", "unionfind", "graph-algorithms"]
+categories = ["data-structures"]
 
 [lib]
 
diff --git a/README.rst b/README.rst
index f1409cd..ec1180f 100644
--- a/README.rst
+++ b/README.rst
@@ -24,6 +24,10 @@
 Recent Changes
 --------------
 
+- 0.4.3
+
+  - Add crate categories
+
 - 0.4.2
 
   - Move the ``visit.rs`` file due to changed rules for a module’s directory