Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 623270c

Browse files
author
Juanjo Alvarez
committed
Get the SDK_MAJOR from the SDK_MINOR
Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
1 parent c8ef2e7 commit 623270c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
from setuptools import setup, find_packages, Extension
66

77
LIBUAST_VERSION = "v1.3.0"
8-
SDK_MAJOR = "v1"
98
SDK_VERSION = "v1.4.2"
9+
SDK_MAJOR = SDK_VERSION.split('.')[0]
1010
PYTHON = "python3"
1111

1212

0 commit comments

Comments
 (0)