Skip to content

Commit

Permalink
bump up to version v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nir authored Jan 30, 2020
1 parent 4c82a3b commit b4ef9ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
setuptools.setup(
name = 'jupylet',
packages = ['jupylet'],
version = '0.6.1',
version = '0.6.2',
license='bsd-2-clause',
description = 'A marriage of Jupyter and the pyglet game programming library',
long_description=long_description,
long_description_content_type="text/markdown",
author = 'Nir Aides',
author_email = 'nir@winpdb.org',
url = 'https://github.com/nir/jupylet',
download_url = 'https://github.com/nir/jupylet/archive/v0.6.1.tar.gz',
download_url = 'https://github.com/nir/jupylet/archive/v0.6.2.tar.gz',
keywords = ['python', 'pyglet', 'jupyter', 'kids', 'games', 'children', 'deep learning', 'reinforcement learning', 'RL'],
install_requires=[
'pyglet', 'webcolors', 'numpy', 'scipy', 'pillow', 'jupyter', 'ipyevents', 'ipycanvas'
Expand Down

0 comments on commit b4ef9ef

Please sign in to comment.