From ecb631f4ceb7625dfb381c43171fa5acc385e888 Mon Sep 17 00:00:00 2001 From: Daniel van Strien Date: Wed, 29 Sep 2021 16:12:36 +0100 Subject: [PATCH] nnanno 0.0.2 (#63) --- README.md | 4 ++-- docs/index.html | 4 ++-- nbs/index.ipynb | 18 +++++++++++++++--- nnanno/__init__.py | 2 +- settings.ini | 2 +- 5 files changed, 21 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 020d9c1..c947e65 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ Is evaluated as Python code. This also means all of the documentation and exampl ## Install -You can install `nnanno` via GitHub: +You can install `nnanno` via `PyPI`: -`pip install git+https://github.com/Living-with-machines/nnanno` +`pip install nnanno` This will install all of the code for sampling from Newspaper Navigator data. diff --git a/docs/index.html b/docs/index.html index eee4f40..c90401a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -108,8 +108,8 @@

nbdev notes
-

Install

You can install nnanno via GitHub:

-

pip install git+https://github.com/Living-with-machines/nnanno

+

Install

You can install nnanno via PyPI:

+

pip install nnanno

This will install all of the code for sampling from Newspaper Navigator data.

diff --git a/nbs/index.ipynb b/nbs/index.ipynb index a1b8b45..14b651c 100644 --- a/nbs/index.ipynb +++ b/nbs/index.ipynb @@ -116,9 +116,9 @@ "source": [ "## Install\n", "\n", - "You can install `nnanno` via GitHub:\n", + "You can install `nnanno` via `PyPI`:\n", "\n", - "`pip install git+https://github.com/Living-with-machines/nnanno`\n", + "`pip install nnanno`\n", "\n", "This will install all of the code for sampling from Newspaper Navigator data. " ] @@ -514,9 +514,21 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.8" } }, "nbformat": 4, diff --git a/nnanno/__init__.py b/nnanno/__init__.py index f102a9c..3b93d0b 100644 --- a/nnanno/__init__.py +++ b/nnanno/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.0.2" diff --git a/settings.ini b/settings.ini index c9df2a7..23c8c1a 100644 --- a/settings.ini +++ b/settings.ini @@ -13,7 +13,7 @@ author = Daniel van Strien author_email = daniel.van-strien@bl.uk copyright = The Alan Turing Institute, British Library Board, Queen Mary University of London, University of Exeter, University of East Anglia and University of Cambridge branch = master -version = 0.0.1 +version = 0.0.2 min_python = 3.6 audience = Developers language = English