We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f6e96 commit 2211bccCopy full SHA for 2211bcc
setup.py
@@ -8,7 +8,7 @@ def read(fname):
8
return open(os.path.join(os.path.dirname(__file__), fname)).read()
9
10
setup(name="nodebox-opengl",
11
- version="1.6",
+ version="1.6.1",
12
description="NodeBox for OpenGL is a free, cross-platform library for "
13
"generating 2D animations with Python programming code.",
14
long_description=read("README.txt"),
0 commit comments