From 4ed2ceec6f8e580a599dc5cad8f3b854dd333b13 Mon Sep 17 00:00:00 2001 From: James Alt <79052050+jamesa08@users.noreply.github.com> Date: Fri, 26 Aug 2022 12:56:24 -0400 Subject: [PATCH] update version hot fix for issue #5 --- MIDIAnimator/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIDIAnimator/__init__.py b/MIDIAnimator/__init__.py index f5f33dd..db5e2c9 100644 --- a/MIDIAnimator/__init__.py +++ b/MIDIAnimator/__init__.py @@ -14,7 +14,7 @@ from __future__ import annotations bl_info = { - "name": "MIDI Animator beta3", + "name": "MIDI Animator beta3.1", "description": "A cohesive, open-source solution to animating Blender objects using a MIDI file.", "author": "James Alt (et al.)", "version": (1, 0, 0),