diff --git a/p5/__version__.py b/p5/__version__.py index c1fe307d..467d2cd1 100644 --- a/p5/__version__.py +++ b/p5/__version__.py @@ -19,7 +19,7 @@ __title__ = 'p5' __description__ = 'Creative coding in Python' __url__ = 'https://p5py.github.io' -__version__ = '0.3.0a1' +__version__ = '0.3.0a2' __author__ = 'Abhik Pal' __author_email__ = 'theabhikpal@gmail.com' __license__ = ' GNU GPLv3' diff --git a/setup.py b/setup.py index a66e3ccb..6cb8138c 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,7 @@ packages = ['p5'] requires = [ + 'PyOpenGL', 'pyglet', 'numpy' ]