From befeae9479c2c0dd8275270f557c92e049d22bfd Mon Sep 17 00:00:00 2001 From: David Brownman Date: Sat, 22 Jul 2023 21:36:27 -0700 Subject: [PATCH] 0.4.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d071562..41cb785 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "reddit-user-to-sqlite" -version = "0.4.1" +version = "0.4.2" authors = [{ name = "David Brownman", email = "beamneocube@gmail.com" }] description = "Create a SQLite database containing data pulled from Reddit about a single user."