Skip to content

Commit c373846

Browse files
committed
Bump version: 0.0.5 → 0.0.6
1 parent b15e3c4 commit c373846

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[bumpversion]
2-
current_version = 0.0.5
2+
current_version = 0.0.6
33
files = setup.py geoana/__init__.py docs/conf.py
4-

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = u'0.0.5'
67+
version = u'0.0.6'
6868
# The full version, including alpha/beta/rc tags.
69-
release = u'0.0.5'
69+
release = u'0.0.6'
7070

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

geoana/__init__.py

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

5-
__version__ = '0.0.5'
5+
__version__ = '0.0.6'
66
__author__ = 'SimPEG developers'
77
__license__ = 'MIT'
88
__copyright__ = 'Copyright 2017-2018 SimPEG developers'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
setup(
3333
name = 'geoana',
34-
version = '0.0.5',
34+
version = '0.0.6',
3535
packages = find_packages(),
3636
install_requires = [
3737
'future',

0 commit comments

Comments
 (0)