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():