Skip to content

Commit 2422c46

Browse files
author
marcusw
committed
v0.9!
1 parent 15da14a commit 2422c46

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/nxt_python.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,21 @@ <h2>Requirements</h2>
5454
</li>
5555
</ul>
5656
<h2>Download</h2>
57+
<ul>
58+
<li>Version 0.9<br/>
59+
&mdash;Now licensed under the GPLv3 or later.<br/>
60+
&mdash;Slightly improved accelerometer class.<br/>
61+
&mdash;A few improvements to nxt.server module.
62+
<ul>
63+
<li><a href='http://NXT-Python.googlecode.com/files/NXT-Python-0.9.zip'>NXT-Python-0.9.zip</a>
64+
source ZIP archive</li>
65+
<li><a href='http://NXT-Python.googlecode.com/files/NXT-Python-0.9.win32.exe'>NXT-Python-0.9.win32.exe</a>
66+
source ZIP archive</li>
67+
<li><a href='http://NXT-Python.googlecode.com/files/NXT-Python-0.9.win-amd64.exe'>NXT-Python-0.9.win-amd64.exe</a>
68+
source ZIP archive</li>
69+
</ul>
70+
</li>
71+
</ul>
5772
<ul>
5873
<li>Version 0.8.1<br/>
5974
&mdash;Added prelimenary support for accelerometer sensors.<br/>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='NXT-Python',
11-
version='0.8.1',
11+
version='0.9',
1212
author='Douglas Lau, Marcus Wanner',
1313
1414
description='LEGO Mindstorms NXT Control Package',

0 commit comments

Comments
 (0)