Skip to content

Commit 1851039

Browse files
committed
Aligning version in setup.py with package version.
1 parent aa7ddcc commit 1851039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2',
13+
version=open('cluster/version.txt').read().strip(),
1414
author='Michel Albert',
1515
author_email='[email protected]',
1616
url='https://github.com/exhuma/python-cluster',

0 commit comments

Comments
 (0)