Skip to content

Commit 971bba9

Browse files
authored
Update setup.py
1 parent 41c31b0 commit 971bba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
from os import path
33

44
this_directory = path.abspath(path.dirname(__file__))
5-
5+
version = '1.7.5'
66
setup(
77
name='FreeTAKServer',
88
packages=find_packages(include = ['FreeTAKServer', 'FreeTAKServer.*']),
9-
version='1.7.5',
9+
version=version,
1010
license='Eclipse License',
1111
description='An open source server for the TAK family of applications.',
1212
long_description='An open source server for the TAK family of applications.',

0 commit comments

Comments
 (0)