Fix end of stream detecting

This commit is contained in:
Paweł Kierski
2019-02-20 16:41:44 +01:00
parent 48e54a8460
commit 1614fd6eb2
2 changed files with 7 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="galaxy.plugin.api",
version="0.5",
version="0.6",
description="Galaxy python plugin API",
author='Galaxy team',
author_email='galaxy@gog.com',