Skip to content

Commit 04938a4

Browse files
committed
another versinoning update
1 parent bd3fcf8 commit 04938a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@ def setup_versioning():
137137

138138
source_versionfile, build_versionfile = read_setup_cfg()
139139

140-
print('Importing versionfile: ' + source_versionfile)
141140
versionfile = import_file('_version', source_versionfile) if isfile(source_versionfile) else None
142141

143142
get_version = versionfile.get_version if hasattr(versionfile, 'get_version') else get_version
144143

145144
return versionfile
146145

146+
setup_versioning()
147147

148148
def print_version_info():
149149
""" Testable body of a setuptools/distutils command.

0 commit comments

Comments
 (0)