Skip to content

Commit 2c9c338

Browse files
committed
Bump version: 0.9.2 → 0.9.3
1 parent aa85145 commit 2c9c338

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[bumpversion]
2-
current_version = 0.9.2
2+
current_version = 0.9.3
33
files = omf/__init__.py setup.py README.rst docs/conf.py
4+

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ omf
2222
:alt: Code coverage
2323

2424

25-
Version: 0.9.2
25+
Version: 0.9.3
2626

2727
API library for Open Mining Format, a new standard for mining data backed by
2828
the `Global Mining Standards & Guidelines Group <http://www.globalminingstandards.org/>`_.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
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.

omf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
from .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'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
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',

0 commit comments

Comments
 (0)