Skip to content

Commit

Permalink
Merge branch 'release-v1.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
cartoonist committed Oct 18, 2019
2 parents 40e70b9 + 5d22f5d commit 7538bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stream/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
__license__ = 'MIT'

# Release
__version__ = '1.5.0'
__version__ = '1.5.1'
__status__ = DS_BETA

# PyPI-related information
Expand All @@ -60,7 +60,7 @@
# Intended Audience and Topic
'Intended Audience :: Developers',
]
__requires__ = ['protobuf>=3.4.0', 'click>=6.0.0']
__requires__ = ['protobuf>=3.4.0', 'click>=6.0.0', 'future']
__tests_require__ = []
__extras_require__ = {
'test': ['nose>=1.0', 'coverage'],
Expand Down

0 comments on commit 7538bb8

Please sign in to comment.