File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.3
2+ current_version = 0.0.4
33files = setup.py geoana/__init__.py docs/conf.py
44
Original file line number Diff line number Diff line change 6464# built documents.
6565#
6666# The short X.Y version.
67- version = u'0.0.3 '
67+ version = u'0.0.4 '
6868# The full version, including alpha/beta/rc tags.
69- release = u'0.0.3 '
69+ release = u'0.0.4 '
7070
7171# The language for content autogenerated by Sphinx. Refer to documentation
7272# for a list of supported languages.
Original file line number Diff line number Diff line change 22from . import em
33from . import utils
44
5- __version__ = '0.0.3 '
5+ __version__ = '0.0.4 '
66__author__ = 'SimPEG developers'
77__license__ = 'MIT'
88__copyright__ = 'Copyright 2017-2018 SimPEG developers'
Original file line number Diff line number Diff line change 3131
3232setup (
3333 name = 'geoana' ,
34- version = '0.0.3 ' ,
34+ version = '0.0.4 ' ,
3535 packages = find_packages (),
3636 install_requires = [
3737 'future' ,
You can’t perform that action at this time.
0 commit comments