Update pytor to 0.1.5

pull/67/head
Christophe Mehay 5 years ago committed by Christophe Mehay
parent ed1050fc91
commit 17549f764f

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

Loading…
Cancel
Save