Skip to content

Commit

Permalink
tag: mystic-0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed May 24, 2022
1 parent a9eb271 commit c0b98a9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ Optional requirements:

* ``matplotlib``, **>=0.91**
* ``scipy``, **>=0.6.0**
* ``pathos``, **>=0.2.8**
* ``pyina``, **>=0.2.5**
* ``pathos``, **>=0.2.9**
* ``pyina``, **>=0.2.6**


More Information
Expand Down
6 changes: 3 additions & 3 deletions mystic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# - https://github.com/uqfoundation/mystic/blob/master/LICENSE

# author, version, license, and long description
__version__ = '0.3.9.dev0'
__version__ = '0.3.9'
__author__ = 'Mike McKerns'

__doc__ = """
Expand Down Expand Up @@ -134,8 +134,8 @@
- ``matplotlib``, **>=0.91**
- ``scipy``, **>=0.6.0**
- ``pathos``, **>=0.2.8**
- ``pyina``, **>=0.2.5**
- ``pathos``, **>=0.2.9**
- ``pyina``, **>=0.2.6**
More Information
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[egg_info]
tag_build = .dev0
#tag_build = .dev0

[bdist_wheel]
#universal = 1
universal = 1
#python-tag = py3
#plat-name = manylinux1_x86_64

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ def has_ext_modules(foo):
sysversion = sys.version_info[:2]
dill_version = 'dill>=0.3.5.1'
klepto_version = 'klepto>=0.2.2'
pathos_version = 'pathos>=0.2.8'
pyina_version = 'pyina>=0.2.5'
pathos_version = 'pathos>=0.2.9'
pyina_version = 'pyina>=0.2.6'
cython_version = 'cython>=0.29.22' #XXX: required to build numpy from source
try:
import ctypes # if using `pypy`, pythonapi is not found
Expand Down

0 comments on commit c0b98a9

Please sign in to comment.