Bump version: 0.1.10 → 0.1.11

This commit is contained in:
Lindsey Heagy
2016-05-31 15:38:05 -07:00
parent 3e26bb7de9
commit 279bd49b4c
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.1.10
current_version = 0.1.11
files = setup.py SimPEG/__init__.py docs/conf.py
+1 -1
View File
@@ -15,7 +15,7 @@ import Directives
import Inversion
import Tests
__version__ = '0.1.10'
__version__ = '0.1.11'
__author__ = 'Rowan Cockett'
__license__ = 'MIT'
__copyright__ = 'Copyright 2014 Rowan Cockett'
+2 -2
View File
@@ -51,9 +51,9 @@ copyright = u'2013, SimPEG Developers'
# built documents.
#
# The short X.Y version.
version = '0.1.10'
version = '0.1.11'
# The full version, including alpha/beta/rc tags.
release = '0.1.10'
release = '0.1.11'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
+1 -1
View File
@@ -83,7 +83,7 @@ with open("README.rst") as f:
setup(
name = "SimPEG",
version = "0.1.10",
version = "0.1.11",
packages = find_packages(),
install_requires = ['numpy>=1.7',
'scipy>=0.13',