We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8744c83 commit e077622Copy full SHA for e077622
2 files changed
setup.py
@@ -9,15 +9,15 @@
9
10
11
setup(name='streamz',
12
- version='0.6.3',
+ version='0.6.4',
13
description='Streams',
14
url='http://github.com/python-streamz/streamz/',
15
maintainer='Matthew Rocklin',
16
maintainer_email='mrocklin@gmail.com',
17
license='BSD',
18
keywords='streams',
19
packages=packages + tests,
20
- python_requires='>=3.6',
+ python_requires='>=3.7',
21
long_description=(open('README.rst').read() if exists('README.rst')
22
else ''),
23
install_requires=list(open('requirements.txt').read().strip().split('\n')),
streamz/__init__.py
@@ -13,4 +13,4 @@
except ImportError:
pass
-__version__ = '0.6.3'
+__version__ = '0.6.4'
0 commit comments