From 1531d4e9005a024af863aa8f362b86e90b66f713 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 15 May 2022 13:19:04 -0400 Subject: [PATCH] Bump version to 0.8.1 --- 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"