From 56301cf0f9b1169f21e6a356f6ca7e5b67d53030 Mon Sep 17 00:00:00 2001 From: salt-die Date: Thu, 19 Dec 2024 03:01:41 -0600 Subject: [PATCH] Bump --- aoc_lube/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aoc_lube/__init__.py b/aoc_lube/__init__.py index 47a8b3d..473f242 100644 --- a/aoc_lube/__init__.py +++ b/aoc_lube/__init__.py @@ -16,7 +16,7 @@ __all__ = ["fetch", "setup_dir", "submit", "utils"] -__version__ = "1.3.0" +__version__ = "1.3.1" CONFIG_DIR = Path.home() / ".aoc_lube" if not CONFIG_DIR.exists():