Skip to content

Commit

Permalink
Bump up version to 2.1.2 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Janiszewski authored Jun 14, 2018
1 parent ca16461 commit 7725ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from distutils.core import setup
import os

version = "2.1.1"
version = "2.1.2"
this_dir = os.path.dirname(__file__)

with open(os.path.join(this_dir, "README.md"), "rb") as fo:
Expand Down
2 changes: 1 addition & 1 deletion src/rainflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Implements rainflow cycle counting algorythm for fatigue analysis
according to section 5.4.4 in ASTM E1049-85 (2011).
"""
__version__ = "2.1.1"
__version__ = "2.1.2"

from collections import deque, defaultdict
import functools
Expand Down

0 comments on commit 7725ea2

Please sign in to comment.