From c115780bc70572e80fdf3b7d633c0f64aeca02ee Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sat, 30 Mar 2024 18:02:40 -0700 Subject: [PATCH] bump version to v3.1 --- masque/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masque/__init__.py b/masque/__init__.py index 15210ba..76ad2b9 100644 --- a/masque/__init__.py +++ b/masque/__init__.py @@ -48,5 +48,5 @@ from .utils import ports2data, oneshot __author__ = 'Jan Petykiewicz' -__version__ = '3.0' +__version__ = '3.1' version = __version__ # legacy