Skip to content

Commit

Permalink
Update version and Pypi link
Browse files Browse the repository at this point in the history
  • Loading branch information
wragge committed Oct 5, 2021
1 parent 61353da commit 65f9126
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h2 id="Install">Install<a class="anchor-link" href="#Install"> </a></h2>
</div>
<div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<p><code>pip install git+https://github.com/wragge/trove_newspaper_images.git</code></p>
<p><code>pip install trove-newspaper-images</code></p>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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`"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ author = Tim Sherratt
author_email = [email protected]
copyright = Tim Sherratt
branch = master
version = 0.1.0
version = 0.1.1
min_python = 3.6
audience = Developers
language = English
Expand Down
2 changes: 1 addition & 1 deletion trove_newspaper_images/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit 65f9126

Please sign in to comment.