Skip to content

Commit 7ea596e

Browse files
committed
Bump version: 0.6.2 → 0.6.3
1 parent dd49e18 commit 7ea596e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.2
2+
current_version = 0.6.3
33
commit = True
44
tag = True
55

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Overview
4444
:alt: PyPI Package latest release
4545
:target: https://pypi.python.org/pypi/dtscalibration
4646

47-
.. |commits-since| image:: https://img.shields.io/github/commits-since/dtscalibration/python-dts-calibration/v0.6.2.svg
47+
.. |commits-since| image:: https://img.shields.io/github/commits-since/dtscalibration/python-dts-calibration/v0.6.3.svg
4848
:alt: Commits since latest release
49-
:target: https://github.com/dtscalibration/python-dts-calibration/compare/v0.6.2...master
49+
:target: https://github.com/dtscalibration/python-dts-calibration/compare/v0.6.3...master
5050

5151
.. |wheel| image:: https://img.shields.io/pypi/wheel/dtscalibration.svg
5252
:alt: PyPI Wheel

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
year = '2018'
3636
author = 'Bas des Tombe'
3737
copyright = '{0}, {1}'.format(year, author)
38-
version = release = '0.6.2'
38+
version = release = '0.6.3'
3939

4040
pygments_style = 'trac'
4141
templates_path = ['.']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(*names, **kwargs):
2424

2525
setup(
2626
name='dtscalibration',
27-
version='0.6.2',
27+
version='0.6.3',
2828
license='BSD 3-Clause License',
2929
description='A Python package to load raw DTS files, perform a calibration, and plot the '
3030
'result',

src/dtscalibration/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .datastore import read_sensornet_files
66
from .datastore import read_silixa_files
77

8-
__version__ = '0.6.2'
8+
__version__ = '0.6.3'
99
__all__ = [
1010
"DataStore", "open_datastore", "read_sensornet_files", "read_silixa_files",
1111
"plot_dask"]

0 commit comments

Comments
 (0)