Skip to content

Commit

Permalink
bump version to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nir committed Dec 19, 2020
1 parent 7d43c5c commit 8cad418
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Nir Aides'

# The full version, including alpha/beta/rc tags
release = 'v0.8.4'
release = 'v0.8.5'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion jupylet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from .env import is_remote, has_display, is_numpy_openblas


VERSION = '0.8.4'
VERSION = '0.8.5'


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 @@ -13,15 +13,15 @@
package_data={
'jupylet': ['assets/*', 'assets/*/*', 'assets/*/*/*'],
},
version = '0.8.4',
version = '0.8.5',
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.8.4.tar.gz',
download_url = 'https://github.com/nir/jupylet/archive/v0.8.5.tar.gz',
keywords = [
'reinforcement learning',
'deep learning',
Expand Down

0 comments on commit 8cad418

Please sign in to comment.