Skip to content

Commit 7eff246

Browse files
committed
More fix readme, yikes
1 parent e2bbc0d commit 7eff246

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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,

0 commit comments

Comments
 (0)