From 9c61c419aadd413f906c99244d09a22aeec9c4b6 Mon Sep 17 00:00:00 2001 From: Dave G Date: Sun, 15 May 2022 13:19:27 -0400 Subject: [PATCH] Bump version to 0.8.1 (#130) --- MANIFEST.in | 2 -- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index fe086c5..25ddb21 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,2 @@ -include rfd/VERSION - recursive-exclude * __pycache__ recursive-include tests * diff --git a/pyproject.toml b/pyproject.toml index cddd87d..574a456 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rfd" -version = "0.8.0" +version = "0.8.1" description = "view RedFlagDeals.com from the command line" authors = ["Dave Gallant "] license = "GPL-3.0-or-later"