Skip to content

Commit fd1b497

Browse files
committed
Merge branch 'release/3.1.2'
2 parents 6b3ebec + d814a6c commit fd1b497

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import warnings
44
from setuptools import setup, extension
55
from setuptools.command.build_ext import build_ext
6-
from setuptools.command.test import test as TestCommand
76

87
setup_kwargs = {}
98

stl/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__package_name__ = 'numpy-stl'
22
__import_name__ = 'stl'
3-
__version__ = '3.1.1'
3+
__version__ = '3.1.2'
44
__author__ = 'Rick van Hattem'
55
__author_email__ = '[email protected]'
66
__description__ = ' '.join('''

0 commit comments

Comments
 (0)