From ad5eaca5dfc3f9cdc913932655808d3511bc29f3 Mon Sep 17 00:00:00 2001 From: Eric Van Albert Date: Sat, 4 May 2019 21:12:29 -0400 Subject: [PATCH] Change version to 0.1 for the pull request --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 858751df..0234ba6c 100644 --- a/python/setup.py +++ b/python/setup.py @@ -6,7 +6,7 @@ long_description += "\n ".join(open("output_example.py").read().split("\n")) setup( name="radiance", - version="0.1dev5", + version="0.1", packages=["radiance",], license="MIT", description="Python tools for the Radiance video art system",