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 = 1.0.0
2+ current_version = 1.0.1
33files = omf/__init__.py setup.py README.rst docs/conf.py
44
Original file line number Diff line number Diff line change 2222 :alt: Code coverage
2323
2424
25- Version: 1.0.0
25+ Version: 1.0.1
2626
2727API library for Open Mining Format, a new standard for mining data backed by
2828the `Global Mining Guidelines Group <https://gmggroup.org >`_.
Original file line number Diff line number Diff line change 6262# built documents.
6363#
6464# The short X.Y version.
65- version = u'1.0.0 '
65+ version = u'1.0.1 '
6666# The full version, including alpha/beta/rc tags.
67- release = u'1.0.0 '
67+ release = u'1.0.1 '
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 2121
2222from .fileio import OMFReader , OMFWriter
2323
24- __version__ = '1.0.0 '
24+ __version__ = '1.0.1 '
2525__author__ = 'Global Mining Guidelines Group'
2626__license__ = 'MIT License'
2727__copyright__ = 'Copyright 2019 Global Mining Guidelines Group'
Original file line number Diff line number Diff line change 2222
2323setup (
2424 name = 'omf' ,
25- version = '1.0.0 ' ,
25+ version = '1.0.1 ' ,
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