Skip to content

Commit

Permalink
readme and setup moved to version 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
admin committed Aug 2, 2014
1 parent c703580 commit 17d8f2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ReadMe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ whilst giving access to the power of the Raspberry Pi GPU. It enables both
3D and 2D rendering and aims to provide a host of exciting commands to load
in textured/animated models, create fractal landscapes, shaders and much more.

v1.8 release of the Pi3D module adds support for
v1.9 release of the Pi3D module adds support for
running on platforms other than the raspberry pi (X on linux) and runs with
python 3 as well as 2 The OpenGLES2.0 functionality of the Raspberry Pi
is used directly or via mesa on 'big' machines. This makes it generally *faster*
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from os import listdir

setup(name='pi3d',
version='1.8a',
version='1.9',
description='pi3d OpenGLES2 3D graphics library',
author='Tim Skillman, Paddy Gaunt, Tom Ritchford',
author_email='http://pi3d.github.com/html/index.html',
Expand All @@ -36,7 +36,7 @@
license='MIT generally but see docstrings in specific files',
platforms=['Raspberry Pi', 'Linux (requires X and mesa-utils-extra)'],
long_description=open('README', 'r').read(),
classifiers=['Development Status :: 4 - Beta',
classifiers=['Development Status :: 5 - Production/Stable',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Topic :: Education',
Expand Down

0 comments on commit 17d8f2f

Please sign in to comment.