From 85f10f1df50ee51255f8288014ed0eca89af6860 Mon Sep 17 00:00:00 2001 From: Curtis Hawthorne Date: Mon, 9 Nov 2020 13:22:19 -0800 Subject: [PATCH] bump version to 0.0.2 PiperOrigin-RevId: 341472160 --- 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 75cf2be..9ddd92f 100644 --- a/note_seq/version.py +++ b/note_seq/version.py @@ -19,4 +19,4 @@ pulling in all the dependencies in __init__.py. """ -__version__ = "0.0.1" +__version__ = "0.0.2"