From eb1e7b319cc105acb427e7d872c0cd57ee68a3ff Mon Sep 17 00:00:00 2001 From: Eric Joanis Date: Thu, 5 Dec 2024 09:12:59 -0500 Subject: [PATCH] build: bump the minor version since we're adding a new feature --- readalongs/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readalongs/_version.py b/readalongs/_version.py index a17ef292..a4438160 100644 --- a/readalongs/_version.py +++ b/readalongs/_version.py @@ -1,3 +1,3 @@ -VERSION = "1.1.0" +VERSION = "1.2.0" READALONG_FILE_FORMAT_VERSION = "1.2"