From 43af20751e6fa86785bbcc32538948661d150848 Mon Sep 17 00:00:00 2001 From: jfavellar90 Date: Tue, 14 Nov 2023 19:19:45 -0500 Subject: [PATCH] v16.0.2 --- tutornotes/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutornotes/__about__.py b/tutornotes/__about__.py index 856e0a9..5f3e59d 100644 --- a/tutornotes/__about__.py +++ b/tutornotes/__about__.py @@ -1,4 +1,4 @@ -__version__ = "16.0.1" +__version__ = "16.0.2" __package_version__ = __version__ # Handle version suffix for nightly, just like tutor core.