Skip to content

Commit 5110712

Browse files
authored
Merge pull request #81 from ghostbsd/ericbsd-patch-1
Update setup.py version
2 parents 37d0133 + 508f302 commit 5110712

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
@@ -14,7 +14,7 @@
1414
# ,,python setup.py build_i18n -m''
1515

1616
# silence pyflakes, __VERSION__ is properly assigned below...
17-
__VERSION__ = '10.1'
17+
__VERSION__ = '10.6'
1818
# for line in file('networkmgr').readlines():
1919
# if (line.startswith('__VERSION__')):
2020
# exec(line.strip())

0 commit comments

Comments
 (0)