From 5e724c37fb3e867a83ace2662fe8b0662a81a72f Mon Sep 17 00:00:00 2001 From: "trevor.stout" Date: Wed, 18 Mar 2026 09:31:38 -0400 Subject: [PATCH] increment version --- batbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batbot/__init__.py b/batbot/__init__.py index 9c9fe05..585ce0a 100644 --- a/batbot/__init__.py +++ b/batbot/__init__.py @@ -33,7 +33,7 @@ from batbot import spectrogram # NOQA -VERSION = '0.1.2' +VERSION = '0.1.3' version = VERSION __version__ = VERSION