Skip to content

Commit

Permalink
set version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nir committed Oct 13, 2020
1 parent 3d17338 commit 49afbf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jupylet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from .env import is_remote, start_xvfb, has_display


VERSION = '0.9.0.dev'
VERSION = '0.8.0.dev'


if platform.system() == 'Linux' and not has_display():
Expand Down
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.9.0',
version = '0.8.0',
license='bsd-2-clause',
description = 'Python game programming in Jupyter notebooks.',
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.9.0.tar.gz',
download_url = 'https://github.com/nir/jupylet/archive/v0.8.0.tar.gz',
keywords = [
'python',
'pyglet',
Expand Down

0 comments on commit 49afbf7

Please sign in to comment.