diff --git a/README.md b/README.md
index 4bece3f..c84b242 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ See the [documentation](https://wragge.github.io/trove_newspaper_images/) for mo
## Install
-`pip install git+https://github.com/wragge/trove_newspaper_images.git`
+`pip install trove-newspaper-images`
## Download articles as images
diff --git a/docs/index.html b/docs/index.html
index 7ea66e3..c233d9b 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -47,7 +47,7 @@
-
pip install git+https://github.com/wragge/trove_newspaper_images.git
+
pip install trove-newspaper-images
diff --git a/index.ipynb b/index.ipynb
index d5a5e62..d8909fc 100644
--- a/index.ipynb
+++ b/index.ipynb
@@ -44,7 +44,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "`pip install git+https://github.com/wragge/trove_newspaper_images.git`"
+ "`pip install trove-newspaper-images`"
]
},
{
diff --git a/settings.ini b/settings.ini
index c9f9c53..7a417b7 100644
--- a/settings.ini
+++ b/settings.ini
@@ -13,7 +13,7 @@ author = Tim Sherratt
author_email = tim@timsherratt.org
copyright = Tim Sherratt
branch = master
-version = 0.1.0
+version = 0.1.1
min_python = 3.6
audience = Developers
language = English
diff --git a/trove_newspaper_images/__init__.py b/trove_newspaper_images/__init__.py
index 3dc1f76..485f44a 100644
--- a/trove_newspaper_images/__init__.py
+++ b/trove_newspaper_images/__init__.py
@@ -1 +1 @@
-__version__ = "0.1.0"
+__version__ = "0.1.1"