Skip to content

Commit e5fce3d

Browse files
committed
Merge branch 'hotfix/1.2.2'
2 parents 9201d20 + 35742f2 commit e5fce3d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Untar the archive::
1818
tar xf <filename.tar.gz>
1919

2020
Next, go to the folder just created. It will have the same name as the package
21-
(for example "cluster-1.2.1") and run::
21+
(for example "cluster-1.2.2") and run::
2222

2323
python setup.py install
2424

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include README LICENSE CHANGELOG
2-
include *.py cluster.bmp MANIFEST.in
1+
include README.rst LICENSE CHANGELOG
2+
include *.py cluster.bmp

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='cluster',
13-
version='1.2.1',
13+
version='1.2.2',
1414
author='Michel Albert',
1515
author_email='[email protected]',
1616
url='https://github.com/exhuma/python-cluster',

0 commit comments

Comments
 (0)