Update pytor to 0.1.5

This commit is contained in:
Christophe Mehay 2019-12-03 08:58:32 +01:00 committed by Christophe Mehay
parent ed1050fc91
commit 17549f764f

View file

@ -6,7 +6,7 @@ from setuptools import setup
setup( setup(
name='onions', name='onions',
version='0.5.0', version='0.5.1',
packages=find_packages(), packages=find_packages(),
@ -33,7 +33,7 @@ setup(
install_requires=['pyentrypoint==0.5.2', install_requires=['pyentrypoint==0.5.2',
'Jinja2>=2.10', 'Jinja2>=2.10',
'pytor>=0.1.2'], 'pytor>=0.1.5'],
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [
'onions = onions:main', 'onions = onions:main',