diff --git a/libpathod/templates/index.html b/libpathod/templates/index.html
index 35d3756a5..3bc4b9a16 100644
--- a/libpathod/templates/index.html
+++ b/libpathod/templates/index.html
@@ -56,9 +56,9 @@
source
- - Current release: pathod 0.9
+ - Current release: pathod 0.9.1
- - GitHub: github.com/cortesi/pathod
+ - GitHub: github.com/cortesi/pathod
diff --git a/libpathod/version.py b/libpathod/version.py
index 06ab76fb9..af62b6787 100644
--- a/libpathod/version.py
+++ b/libpathod/version.py
@@ -1,4 +1,4 @@
-IVERSION = (0, 9)
+IVERSION = (0, 9, 1)
VERSION = ".".join(str(i) for i in IVERSION)
NAME = "pathod"
NAMEVERSION = NAME + " " + VERSION