Skip to content

Commit 007eeb0

Browse files
committed
bumped version to v0.8.7rc2
1 parent 235d0c8 commit 007eeb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
long_desc = file.read()
1616

1717
# version string
18-
__version__ = '0.8.7rc1'
18+
__version__ = '0.8.7rc2'
1919

2020
# set-up script for pip distribution
2121
setup(
@@ -35,7 +35,7 @@
3535
install_requires=[
3636
'parso>=0.6.0', # universal AST support
3737
'tbtrim>=0.2.1', # traceback trim support
38-
'bpc-utils>=0.9.1', # utility library
38+
'bpc-utils~=0.9.1', # utility library
3939
'typing;python_version<"3.5"',
4040
'typing_extensions',
4141
],

0 commit comments

Comments
 (0)