Skip to content

Commit

Permalink
updated DOI and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Apr 3, 2019
1 parent 738b215 commit 59ab986
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
:target: https://travis-ci.org/oemof/cycle-detection
.. image:: https://badge.fury.io/py/cycle-detection.svg
:target: https://badge.fury.io/py/cycle-detection
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.2624880.svg
:target: https://doi.org/10.5281/zenodo.2624880
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.2625698.svg
:target: https://doi.org/10.5281/zenodo.2625698

This package implements an algorithm to detect cycles in a times series
along with their respective amplitude and and duration.
Expand Down Expand Up @@ -64,8 +64,8 @@ Citation

Please use our entry on Zenodo to refer a specific version:

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.2624880.svg
:target: https://doi.org/10.5281/zenodo.2624880
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.2625698.svg
:target: https://doi.org/10.5281/zenodo.2625698

License
=======
Expand Down
2 changes: 1 addition & 1 deletion cycle_detection/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.0.1'
__version__ = '0.0.2'

from cycle_detection.algorithm import detect_cycles
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(fname):


setup(name='cycle_detection',
version='0.0.1',
version='0.0.2',
description=(
'Cycle detetction software. Detect detphs of cycle and cycle '
'frequency in time series.'),
Expand Down

0 comments on commit 59ab986

Please sign in to comment.