Bump version: 0.1.0 → 0.1.1

This commit is contained in:
rowanc1
2014-07-03 14:44:31 -07:00
parent 96e1bbdbd5
commit 1f7e1cbf1d
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ import os, os.path
setup(
name = "SimPEG",
version = "0.1.0",
version = "0.1.1",
packages = find_packages(),
install_requires = ['numpy>=1.7',
'scipy>=0.13',