Skip to content

Commit a6630d5

Browse files
committed
move version
1 parent 686e96d commit a6630d5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

jenkins_cli/version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
version = '0.1'

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
with open(os.path.join(here, 'README.md')) as f:
66
README = f.read()
77

8+
exec(open(os.path.join(here, 'jenkins_cli/version.py')).read())
9+
810
requires = [ 'pbr>=1.3.0',
911
'python-jenkins>=0.4.8',
1012
'six>=1.9.0' ]
1113

1214
setup(
1315
name='jenkins-cli',
14-
version='0.1',
16+
version=version,
1517
description='Commandline interface for Jenkins',
1618
long_description=README,
1719
author='Denys Levchenko',

0 commit comments

Comments
 (0)