diff --git a/aoc_lube/__init__.py b/aoc_lube/__init__.py index 3f10f48..9d8fb3e 100644 --- a/aoc_lube/__init__.py +++ b/aoc_lube/__init__.py @@ -16,7 +16,7 @@ __all__ = ["fetch", "setup_dir", "submit", "utils"] -__version__ = "1.1.0" +__version__ = "1.2.0" CONFIG_DIR = Path.home() / ".aoc_lube" if not CONFIG_DIR.exists():