Skip to content

Commit 558f4c6

Browse files
Change version '0.3.7' to '0.3.7.1'
1 parent 933ca9d commit 558f4c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
"""
22
Setup script.
33
"""
4+
from __future__ import print_function
5+
46
import os
57
import io
68
import sys
79
import codecs
810
import pathlib
911

10-
from __future__ import print_function
1112
from setuptools import setup, find_packages
1213
from setuptools.command.test import test as TestCommand
1314

0 commit comments

Comments
 (0)