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
+2 -1
View File
@@ -1,3 +1,4 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
files = setup.py SimPEG/__init__.py
+1 -1
View File
@@ -15,4 +15,4 @@ import Directives
import Inversion
import Tests
__version__ = '0.1.0'
__version__ = '0.1.1'
+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',