increase version number
This commit is contained in:
parent
9714e16785
commit
ac2768ad44
@ -6,7 +6,9 @@ hackish file to crreate deb from setup.py
|
||||
import subprocess
|
||||
from email.utils import formatdate
|
||||
|
||||
DEBVERSION = "0.6"
|
||||
import urx
|
||||
|
||||
DEBVERSION = urx.__version__
|
||||
|
||||
branch = subprocess.check_output("git rev-parse --abbrev-ref HEAD", shell=True)
|
||||
branch = branch.decode()
|
||||
|
@ -1,6 +1,7 @@
|
||||
"""
|
||||
Python library to control an UR robot through its TCP/IP interface
|
||||
"""
|
||||
__version__ = 0.8
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user