Skip to content

Commit

Permalink
release mystic-0.3.1
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.mystic.cacr.caltech.edu/mystic/mystic@936 968178ea-60bd-409e-af13-df8a517b6005
  • Loading branch information
mmckerns committed Jul 8, 2017
1 parent 9f87194 commit 61f7f13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[egg_info]
tag_build = .dev0
#tag_build = .dev0
#tag_svn_revision = yes
#tag_date = yes
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import sys

# set version numbers
stable_version = '0.3.0'
stable_version = '0.3.1'
target_version = '0.3.1'
is_release = stable_version == target_version

Expand Down Expand Up @@ -173,14 +173,14 @@
- numpy, version >= 1.0
- sympy, version >= 0.6.7
- dill, version >= 0.2.7
- klepto, version >= 0.1.3
- klepto, version >= 0.1.4
Optional requirements::
- setuptools, version >= 0.6
- matplotlib, version >= 0.91
- scipy, version >= 0.6.0
- pathos, version >= 0.2.0
- pathos, version >= 0.2.1
- pyina, version >= 0.2.0.dev0
Expand Down Expand Up @@ -371,7 +371,7 @@ def write_info_py(filename='mystic/info.py'):
numpy_version = '>=1.0'
sympy_version = '>=0.6.7'#, <0.7.4'
dill_version = '>=0.2.7'
klepto_version = '>=0.1.3'
klepto_version = '>=0.1.4'
scipy_version = '>=0.6.0'
matplotlib_version = '>=0.91'
if has_setuptools:
Expand Down

0 comments on commit 61f7f13

Please sign in to comment.