|
|
@@ -23,7 +23,7 @@ from setuptools import setup, find_packages |
|
|
from setuptools.command.egg_info import egg_info |
|
|
from setuptools.command.egg_info import egg_info |
|
|
from setuptools.command.build_py import build_py |
|
|
from setuptools.command.build_py import build_py |
|
|
|
|
|
|
|
|
version = '1.2.0' |
|
|
|
|
|
|
|
|
version = '1.2.0-rc1' |
|
|
|
|
|
|
|
|
backend_policy = os.getenv('BACKEND_POLICY') |
|
|
backend_policy = os.getenv('BACKEND_POLICY') |
|
|
device_target = os.getenv('BACKEND_TARGET') |
|
|
device_target = os.getenv('BACKEND_TARGET') |
|
|
|