Skip to content

Commit e077622

Browse files
committed
for release
1 parent 8744c83 commit e077622

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010

1111
setup(name='streamz',
12-
version='0.6.3',
12+
version='0.6.4',
1313
description='Streams',
1414
url='http://github.com/python-streamz/streamz/',
1515
maintainer='Matthew Rocklin',
1616
maintainer_email='mrocklin@gmail.com',
1717
license='BSD',
1818
keywords='streams',
1919
packages=packages + tests,
20-
python_requires='>=3.6',
20+
python_requires='>=3.7',
2121
long_description=(open('README.rst').read() if exists('README.rst')
2222
else ''),
2323
install_requires=list(open('requirements.txt').read().strip().split('\n')),

streamz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
except ImportError:
1414
pass
1515

16-
__version__ = '0.6.3'
16+
__version__ = '0.6.4'

0 commit comments

Comments
 (0)