From ed8b5f167e42f5e0d50a91c3006cde89593d0a78 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 3 Jan 2019 11:47:49 -0800 Subject: [PATCH] Update __init__.py Version 1.0 --- wavinfo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wavinfo/__init__.py b/wavinfo/__init__.py index 30800ca..3bef2a2 100644 --- a/wavinfo/__init__.py +++ b/wavinfo/__init__.py @@ -1,4 +1,4 @@ from .wave_reader import WavInfoReader -__version__ = 0.3 +__version__ = 1.0 __author__ = 'Jamie Hardt'