Skip to content

Commit b894590

Browse files
authored
Merge pull request #45 from manicmaniac/release/0.2.0
Bump version to 0.2.0
2 parents 6e46d66 + 7070f18 commit b894590

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ Below is benchmark metrics against 3 major RC4 implementations.
3333

3434
The whole benchmark code is in ``./benchmark.py``.
3535

36+
.. note::
37+
38+
arc4 supports multi-threading but it is too fast to ignore the overhead of context-switching, in most cases.
39+
3640
Install
3741
-------
3842

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from distutils.core import Extension, setup
55

66

7-
VERSION = '0.1.1'
7+
VERSION = '0.2.0'
88

99

1010
def read_file(path):

0 commit comments

Comments
 (0)