From 75c5bea6c6a302347905c07c00264f77317d156f Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 8 Jun 2015 17:22:38 -0400 Subject: [PATCH] pytsdl v0.9.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5100fa7..48a101d 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup(name='pytsdl', - version='0.9.1', + version='0.9.2', description='TSDL parser implemented entirely in Python 3', author='Philippe Proulx', author_email='eeppeliteloop@gmail.com',