From 1585d58af71ab2006a145255354179a6c6f48081 Mon Sep 17 00:00:00 2001 From: Caleb Ely Date: Thu, 19 Aug 2021 12:35:23 -0400 Subject: [PATCH] v1.0.4 --- CHANGES.md | 2 +- README.md | 4 ++-- pyproject.toml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1fae479..68db9f7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # 1.0.4 -_Unreleased_ +_Released August 19, 2021_ - Remove currently viewed site from webring (#10) - Provide default `TIMES_FAILED_THRESHOLD` value diff --git a/README.md b/README.md index 4fed5b5..83ae7ce 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Arcana Webring +# Webring > Because everything on the Web eventually loops back onto itself. @@ -35,6 +35,6 @@ ## License -2021 Caleb Ely +2021 Caleb [MIT](LICENSE) diff --git a/pyproject.toml b/pyproject.toml index 3596755..a726bf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] -name = "Arcana Webring" -version = "0.1.0" +name = "Webring" +version = "1.0.4" description = "Because everything on the Web eventually loops back onto itself." -authors = ["Caleb Ely "] +authors = ["Caleb "] license = "MIT" [tool.poetry.dependencies]