File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.9.2
2+ current_version = 0.9.3
33files = omf/__init__.py setup.py README.rst docs/conf.py
4+
Original file line number Diff line number Diff line change 2222 :alt: Code coverage
2323
2424
25- Version: 0.9.2
25+ Version: 0.9.3
2626
2727API library for Open Mining Format, a new standard for mining data backed by
2828the `Global Mining Standards & Guidelines Group <http://www.globalminingstandards.org/ >`_.
Original file line number Diff line number Diff line change 6262# built documents.
6363#
6464# The short X.Y version.
65- version = u'0.9.2 '
65+ version = u'0.9.3 '
6666# The full version, including alpha/beta/rc tags.
67- release = u'0.9.2 '
67+ release = u'0.9.3 '
6868
6969# The language for content autogenerated by Sphinx. Refer to documentation
7070# for a list of supported languages.
Original file line number Diff line number Diff line change 2020
2121from .fileio import OMFReader , OMFWriter
2222
23- __version__ = '0.9.2 '
23+ __version__ = '0.9.3 '
2424__author__ = 'Global Mining Standards and Guidelines Group'
2525__license__ = 'MIT License'
2626__copyright__ = 'Copyright 2017 Global Mining Standards and Guidelines Group'
Original file line number Diff line number Diff line change 2222
2323setup (
2424 name = 'omf' ,
25- version = '0.9.2 ' ,
25+ version = '0.9.3 ' ,
2626 packages = find_packages (exclude = ('tests' ,)),
2727 install_requires = [
2828 'numpy>=1.7' ,
You can’t perform that action at this time.
0 commit comments