increase version number

This commit is contained in:
Olivier R-D 2013-06-16 10:40:41 +02:00
parent 9714e16785
commit ac2768ad44
2 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,9 @@ hackish file to crreate deb from setup.py
import subprocess import subprocess
from email.utils import formatdate 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 = subprocess.check_output("git rev-parse --abbrev-ref HEAD", shell=True)
branch = branch.decode() branch = branch.decode()

View File

@ -1,6 +1,7 @@
""" """
Python library to control an UR robot through its TCP/IP interface Python library to control an UR robot through its TCP/IP interface
""" """
__version__ = 0.8