From 0a5d6cf92fe28d1bbeb22bf29556d0bb455a91a0 Mon Sep 17 00:00:00 2001 From: Marc Schoenwiesner Date: Sun, 16 Jul 2023 17:40:08 +0200 Subject: [PATCH] patch version increment --- slab/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slab/__init__.py b/slab/__init__.py index 73e18f5..fb2f07f 100644 --- a/slab/__init__.py +++ b/slab/__init__.py @@ -2,7 +2,7 @@ import os import pathlib -__version__ = '1.1.4' +__version__ = '1.1.5' # The variable _in_notebook is used to enable audio playing in Jupiter notebooks # and on Google colab (see slab.sound.play())