File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.2
2+ current_version = 0.0.3
33files = setup.py pymatsolver/__init__.py docs/conf.py
4+
Original file line number Diff line number Diff line change 6060# built documents.
6161#
6262# The short X.Y version.
63- version = u'0.0.2 '
63+ version = u'0.0.3 '
6464# The full version, including alpha/beta/rc tags.
65- release = u'0.0.2 '
65+ release = u'0.0.3 '
6666
6767# The language for content autogenerated by Sphinx. Refer to documentation
6868# for a list of supported languages.
Original file line number Diff line number Diff line change 2828except ImportError :
2929 pass
3030
31- __version__ = '0.0.2 '
31+ __version__ = '0.0.3 '
3232__author__ = 'Rowan Cockett'
3333__license__ = 'MIT'
3434__copyright__ = 'Copyright 2017 Rowan Cockett'
Original file line number Diff line number Diff line change 2929
3030setup (
3131 name = "pymatsolver" ,
32- version = "0.0.2 " ,
32+ version = "0.0.3 " ,
3333 packages = find_packages (),
3434 install_requires = [
3535 'numpy>=1.7' ,
You can’t perform that action at this time.
0 commit comments