Skip to content

Commit

Permalink
Bump version: 0.3.1 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdestombe committed Sep 6, 2018
1 parent dad675b commit 5deac6b
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,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.4.0
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Overview
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/dtscalibration

.. |commits-since| image:: https://img.shields.io/github/commits-since/bdestombe/python-dts-calibration/v0.3.1.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/bdestombe/python-dts-calibration/v0.4.0.svg
:alt: Commits since latest release
:target: https://github.com/bdestombe/python-dts-calibration/compare/v0.3.1...master
:target: https://github.com/bdestombe/python-dts-calibration/compare/v0.4.0...master

.. |wheel| image:: https://img.shields.io/pypi/wheel/dtscalibration.svg
:alt: PyPI Wheel
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
year = '2018'
author = 'Bas des Tombe'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.3.1'
version = release = '0.4.0'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(*names, **kwargs):

setup(
name='dtscalibration',
version='0.3.1',
version='0.4.0',
license='BSD 3-Clause License',
description='A Python package to load raw DTS files, perform a calibration, and plot the '
'result',
Expand Down
2 changes: 1 addition & 1 deletion src/dtscalibration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from .datastore import open_datastore
from .datastore import read_xml_dir

__version__ = '0.3.1'
__version__ = '0.4.0'
__all__ = ["DataStore", "open_datastore", "read_xml_dir"]

0 comments on commit 5deac6b

Please sign in to comment.