We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf30722 commit 5010177Copy full SHA for 5010177
pytest.ini
@@ -14,6 +14,3 @@ filterwarnings =
14
# Matrix PendingDeprecationWarning.
15
ignore:the matrix subclass is not
16
ignore:Importing from numpy.matlib is
17
-
18
-env =
19
- PYTHONHASHSEED=0
setup.py
@@ -59,7 +59,7 @@
59
MAJOR = 1
60
MINOR = 19
61
MICRO = 3
62
-ISRELEASED = False
+ISRELEASED = True
63
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
64
65
# The first version not in the `Programming Language :: Python :: ...` classifiers above
0 commit comments