We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3fbaf3 commit 5e0e5a0Copy full SHA for 5e0e5a0
setup.py
@@ -7,7 +7,7 @@
7
from setuptools import setup, Extension
8
import setuptools.command.build_py
9
10
-UTM_VERSION = '0.13.0'
+UTM_VERSION = '0.13.0' # test
11
PACKAGE_NAME = 'tmEventSetup'
12
PACKAGE_DIR = os.path.realpath(os.path.join(os.path.dirname(__file__), PACKAGE_NAME))
13
0 commit comments