Skip to content

Commit d24cb99

Browse files
authored
Merge pull request #31 from simpeg/dev
Dev
2 parents 7640163 + 6ef3b98 commit d24cb99

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 0.1.2
2+
current_version = 0.1.3
33
files = setup.py discretize/__init__.py docs/conf.py
44

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
include *.rst LICENSE
2+
global-include *.pyx

discretize/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from discretize.TreeMesh import TreeMesh
66
from discretize import Tests
77

8-
__version__ = '0.1.2'
8+
__version__ = '0.1.3'
99
__author__ = 'Rowan Cockett'
1010
__license__ = 'MIT'
1111
__copyright__ = 'Copyright 2017 Rowan Cockett'

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '0.1.2'
63+
version = '0.1.3'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '0.1.2'
65+
release = '0.1.3'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def configuration(parent_package='', top_path=None):
4848

4949
setup(
5050
name="discretize",
51-
version="0.1.2",
51+
version="0.1.3",
5252
install_requires=[
5353
'numpy>=1.7',
5454
'scipy>=0.13',

0 commit comments

Comments
 (0)