Skip to content

Commit c0b98a9

Browse files
committed
tag: mystic-0.3.9
1 parent a9eb271 commit c0b98a9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ Optional requirements:
117117

118118
* ``matplotlib``, **>=0.91**
119119
* ``scipy``, **>=0.6.0**
120-
* ``pathos``, **>=0.2.8**
121-
* ``pyina``, **>=0.2.5**
120+
* ``pathos``, **>=0.2.9**
121+
* ``pyina``, **>=0.2.6**
122122

123123

124124
More Information

mystic/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# - https://github.com/uqfoundation/mystic/blob/master/LICENSE
1010

1111
# author, version, license, and long description
12-
__version__ = '0.3.9.dev0'
12+
__version__ = '0.3.9'
1313
__author__ = 'Mike McKerns'
1414

1515
__doc__ = """
@@ -134,8 +134,8 @@
134134
135135
- ``matplotlib``, **>=0.91**
136136
- ``scipy``, **>=0.6.0**
137-
- ``pathos``, **>=0.2.8**
138-
- ``pyina``, **>=0.2.5**
137+
- ``pathos``, **>=0.2.9**
138+
- ``pyina``, **>=0.2.6**
139139
140140
141141
More Information

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[egg_info]
2-
tag_build = .dev0
2+
#tag_build = .dev0
33

44
[bdist_wheel]
5-
#universal = 1
5+
universal = 1
66
#python-tag = py3
77
#plat-name = manylinux1_x86_64
88

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ def has_ext_modules(foo):
126126
sysversion = sys.version_info[:2]
127127
dill_version = 'dill>=0.3.5.1'
128128
klepto_version = 'klepto>=0.2.2'
129-
pathos_version = 'pathos>=0.2.8'
130-
pyina_version = 'pyina>=0.2.5'
129+
pathos_version = 'pathos>=0.2.9'
130+
pyina_version = 'pyina>=0.2.6'
131131
cython_version = 'cython>=0.29.22' #XXX: required to build numpy from source
132132
try:
133133
import ctypes # if using `pypy`, pythonapi is not found

0 commit comments

Comments
 (0)