Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 6a81909

Browse files
committed
Revert changes to VERSION.
1 parent 1aa009a commit 6a81909

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# -*- coding: utf-8 -*-
22
import os
3+
import sys
4+
35
try:
46
from setuptools import setup
57
from setuptools.command.install import install
@@ -9,9 +11,8 @@
911

1012
here = os.path.abspath(os.path.dirname(__file__))
1113

12-
VERSION = '1.0.0'
13-
# VERSION=open('commit-version').read().strip()
14-
# print >>sys.stderr, "Preparing version {0}\n".format(VERSION or "NOTFOUND")
14+
VERSION=open('commit-version').read().strip()
15+
print >>sys.stderr, "Preparing version {0}\n".format(VERSION or "NOTFOUND")
1516

1617

1718
try:

0 commit comments

Comments
 (0)