summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pytest.ini3
-rwxr-xr-xsetup.py2
2 files changed, 1 insertions, 4 deletions
diff --git a/pytest.ini b/pytest.ini
index 0db7f80dd..1296ed1a8 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -14,6 +14,3 @@ filterwarnings =
# Matrix PendingDeprecationWarning.
ignore:the matrix subclass is not
ignore:Importing from numpy.matlib is
-
-env =
- PYTHONHASHSEED=0
diff --git a/setup.py b/setup.py
index 9a3cf8d4c..139a35580 100755
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 19
MICRO = 3
-ISRELEASED = False
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
# The first version not in the `Programming Language :: Python :: ...` classifiers above