From dd921a270e4c17c6c4eb5dcb937f0dee48d889a9 Mon Sep 17 00:00:00 2001 From: Jonathan Gutow Date: Tue, 15 Mar 2022 20:33:37 -0500 Subject: [PATCH] 0.5.8, additional insert and selection utilities --- README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a9bc1a..d683b9e 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ included. `OTJS('JPSLUtils.init();')` in python or just `JPSLUtils.init();` in javascript. #### Change Log + * 0.5.8 + * additional insert text and selection utilities * 0.5.7 * __Breaking change__: JPSL Tools menu is not automatically activated when this package is imported. It now must be activated by an explicit call to diff --git a/setup.py b/setup.py index 13d2888..4a1b4c0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="JPSLUtils", - version="0.5.8rc0", + version="0.5.8", description="Utilities for Jupyter Physical Science Lab project", long_description=long_description, long_description_content_type="text/markdown",