From c1cd532f94d0c46f433bd3f17fbb378e779b142d Mon Sep 17 00:00:00 2001 From: Curtis Hawthorne Date: Thu, 30 Jun 2022 13:48:17 -0700 Subject: [PATCH] Bump note_seq version PiperOrigin-RevId: 458305309 --- note_seq/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/note_seq/version.py b/note_seq/version.py index 44851c5..f202fb9 100644 --- a/note_seq/version.py +++ b/note_seq/version.py @@ -18,4 +18,4 @@ pulling in all the dependencies in __init__.py. """ -__version__ = "0.0.3" +__version__ = "0.0.4"