Skip to content

Commit e81c626

Browse files
committed
Bump version: 0.4.0 → 0.4.1
1 parent 2bf599a commit e81c626

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-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.4.0
2+
current_version = 0.4.1
33
files = setup.py geoana/__init__.py docs/conf.py
44

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
# built documents.
8989
#
9090
# The short X.Y version.
91-
version = u'0.4.0'
91+
version = u'0.4.1'
9292
# The full version, including alpha/beta/rc tags.
93-
release = u'0.4.0'
93+
release = u'0.4.1'
9494

9595
linkcheck_retries = 3
9696
linkcheck_timeout = 500

geoana/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from . import earthquake
33
from . import em
44

5-
__version__ = '0.4.0'
5+
__version__ = '0.4.1'
66
__author__ = 'SimPEG developers'
77
__license__ = 'MIT'
88
__copyright__ = 'Copyright 2017 SimPEG developers'

setup.py

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

4545
metadata = dict(
4646
name = 'geoana',
47-
version = '0.4.0',
47+
version = '0.4.1',
4848
python_requires=">=3.6",
4949
setup_requires=[
5050
"numpy>=1.8",

0 commit comments

Comments
 (0)