bump version to 0.9.0

master
Nir Aides 2023-04-14 12:18:22 +03:00
parent 1e293d4f5c
commit 0ed077be9c
3 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ copyright = '2022, Nir Aides'
author = 'Nir Aides'
# The full version, including alpha/beta/rc tags
release = 'v0.8.9'
release = 'v0.9.0'
# -- General configuration ---------------------------------------------------

View File

@ -33,7 +33,7 @@ import re
from .env import is_remote, has_display, is_numpy_openblas
VERSION = '0.8.9'
VERSION = '0.9.0'
if platform.system() == 'Linux' and not has_display():

View File

@ -13,7 +13,7 @@ setuptools.setup(
package_data={
'jupylet': ['assets/*', 'assets/*/*', 'assets/*/*/*'],
},
version = '0.8.9',
version = '0.9.0',
license='bsd-2-clause',
description = 'Python game programming in Jupyter notebooks.',
long_description=long_description,
@ -21,7 +21,7 @@ setuptools.setup(
author = 'Nir Aides',
author_email = 'nir.8bit@gmail.com',
url = 'https://github.com/nir/jupylet',
download_url = 'https://github.com/nir/jupylet/archive/v0.8.9.tar.gz',
download_url = 'https://github.com/nir/jupylet/archive/v0.9.0.tar.gz',
keywords = [
'reinforcement learning',
'deep learning',