We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47c5ab commit 63b3e36Copy full SHA for 63b3e36
CHANGELOG
@@ -1,3 +1,6 @@
1
+1.2.1
2
+ - Fixed an issue in multiprocessing code.
3
+
4
1.2.0
5
- Multiprocessing (by loisaidasam)
6
- Python 3 support
INSTALL
@@ -18,7 +18,7 @@ Untar the archive::
18
tar xf <filename.tar.gz>
19
20
Next, go to the folder just created. It will have the same name as the package
21
-(for example "cluster-1.2.0") and run::
+(for example "cluster-1.2.1") and run::
22
23
python setup.py install
24
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name='cluster',
13
- version='1.2.0',
+ version='1.2.1',
14
author='Michel Albert',
15
author_email='[email protected]',
16
url='https://github.com/exhuma/python-cluster',
0 commit comments