Skip to content

Commit 2d01a1e

Browse files
author
eric
committed
adding version
1 parent 5ffaa3b commit 2d01a1e

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

setup.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,7 @@
33
import subprocess
44

55

6-
git_tag_version = (
7-
subprocess.check_output("git describe --tags --exact-match", shell=True)
8-
.decode("ascii")
9-
.strip()
10-
)
11-
12-
13-
if not re.match(r'^[0-9]+\.[0-9]+\.[0-9]+', git_tag_version):
14-
raise Exception("Invalid git tag version number: %s" % git_tag_version)
15-
16-
VERSION = git_tag_version
6+
VERSION = '0.0.1'
177

188

199

0 commit comments

Comments
 (0)