Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fwkoch committed Mar 1, 2019
1 parent 4161e33 commit 9d7a77e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
files = omf/__init__.py setup.py README.rst docs/conf.py

2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ omf
:alt: Code coverage


Version: 1.0.0
Version: 1.0.1

API library for Open Mining Format, a new standard for mining data backed by
the `Global Mining Guidelines Group <https://gmggroup.org>`_.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.0.0'
version = u'1.0.1'
# The full version, including alpha/beta/rc tags.
release = u'1.0.0'
release = u'1.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion omf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from .fileio import OMFReader, OMFWriter

__version__ = '1.0.0'
__version__ = '1.0.1'
__author__ = 'Global Mining Guidelines Group'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2019 Global Mining Guidelines Group'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='omf',
version='1.0.0',
version='1.0.1',
packages=find_packages(exclude=('tests',)),
install_requires=[
'numpy>=1.7',
Expand Down

0 comments on commit 9d7a77e

Please sign in to comment.