Skip to content

Commit 022ae23

Browse files
committed
update version.py
1 parent 4ea390a commit 022ae23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
import setuptools
22
from setuptools.dist import Distribution
3-
import os
3+
from underautomation.universal_robots.lib.version import VERSION
44

55
with open('README.md', "r", encoding="utf-8") as fh:
66
long_description = fh.read()
77

8-
98
setuptools.setup(
109
name="UnderAutomation.UniversalRobots",
11-
version="7.4.1.0.1",
10+
version=VERSION
1211
author="UnderAutomation",
1312
author_email="support@underautomation.com",
1413
description="Quickly create applications that communicate with your Universal Robots cobot",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
VERSION="7.4.1.0"

0 commit comments

Comments
 (0)