From e5fbd08ee690754dea6d649c1e118e8bf1a87f94 Mon Sep 17 00:00:00 2001 From: ArnoldMSU Date: Thu, 3 Jan 2019 18:11:07 +0300 Subject: [PATCH] fix setup --- docs/doc_index.html | 2 +- docs/index.html | 2 +- docs/series.html | 2 +- docs/series_user_guide.html | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/doc_index.html b/docs/doc_index.html index d3c0090..8690468 100644 --- a/docs/doc_index.html +++ b/docs/doc_index.html @@ -475,7 +475,7 @@
-

RedBlackPy 0.1.2

+

RedBlackPy 0.1.3

Table of contents:

Main
diff --git a/docs/index.html b/docs/index.html index 592a113..eca5a6d 100755 --- a/docs/index.html +++ b/docs/index.html @@ -31,7 +31,7 @@
-

RedBlackPy v0.1.2

+

RedBlackPy v0.1.3

Fast and scalable data structures for dynamic ordered data processing.

RedBlackPy is a Python library built on red-black trees instead of hash-tables and arrays for convenient work with time series and scientific evaluations.

diff --git a/docs/series.html b/docs/series.html index 4eb6beb..a8eca61 100644 --- a/docs/series.html +++ b/docs/series.html @@ -475,7 +475,7 @@
-

RedBlackPy 0.1.2

+

RedBlackPy 0.1.3

Table of contents:

Main
diff --git a/docs/series_user_guide.html b/docs/series_user_guide.html index 17ea96e..150fa66 100644 --- a/docs/series_user_guide.html +++ b/docs/series_user_guide.html @@ -475,7 +475,7 @@
-

RedBlackPy 0.1.2

+

RedBlackPy 0.1.3

Table of contents:

Main
diff --git a/setup.py b/setup.py index 3a96dd1..4a73c0e 100644 --- a/setup.py +++ b/setup.py @@ -100,7 +100,7 @@ setup( name='redblackpy', ext_modules = cythonize(ext_modules), - version='0.1.2.0', + version='0.1.3.0', author='Solodskikh Kirill', author_email='hypo@intuition.engineering', maintainer='Intuition',