Skip to content

Commit 2211bcc

Browse files
author
Frederik De Bleser
committed
Version 1.6.1.
This version is compatible with the latest Pyglet from source, and should provide better compatibility with Mac OS X Lion.
1 parent 30f6e96 commit 2211bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def read(fname):
88
return open(os.path.join(os.path.dirname(__file__), fname)).read()
99

1010
setup(name="nodebox-opengl",
11-
version="1.6",
11+
version="1.6.1",
1212
description="NodeBox for OpenGL is a free, cross-platform library for "
1313
"generating 2D animations with Python programming code.",
1414
long_description=read("README.txt"),

0 commit comments

Comments
 (0)