We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b3ebec + d814a6c commit fd1b497Copy full SHA for fd1b497
setup.py
@@ -3,7 +3,6 @@
3
import warnings
4
from setuptools import setup, extension
5
from setuptools.command.build_ext import build_ext
6
-from setuptools.command.test import test as TestCommand
7
8
setup_kwargs = {}
9
stl/__about__.py
@@ -1,6 +1,6 @@
1
__package_name__ = 'numpy-stl'
2
__import_name__ = 'stl'
-__version__ = '3.1.1'
+__version__ = '3.1.2'
__author__ = 'Rick van Hattem'
__author_email__ = '[email protected]'
__description__ = ' '.join('''
0 commit comments