File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ The CollapsingThreadPoolExecutor is inspired by and compatible with the ThreadPo
2222 $ pip install .
2323 $ pip install -r requirements.txt
2424
25- # mkvirtualenv -p `which python3` collapsing-thread-pool-executor-py3
25+ $ mkvirtualenv -p `which python3` collapsing-thread-pool-executor-py3
2626 $ pip install .
27- # pip install -r requirements.txt
27+ $ pip install -r requirements.txt
2828
2929** Watch the tests**
3030
Original file line number Diff line number Diff line change 2828 # Versions should comply with PEP440. For a discussion on single-sourcing
2929 # the version across setup.py and the project code, see
3030 # https://packaging.python.org/en/latest/single_source_version.html
31- version = '2018.4 ' ,
31+ version = '2018.5 ' ,
3232
3333 description = 'A thread pool that auto-manages the number of worker threads and is compatible with the "futures" module ThreadPoolExecutor interface.' ,
3434 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments