Skip to content

Commit

Permalink
Merge pull request #21 from IntuitionEngineeringTeam/bug_fix
Browse files Browse the repository at this point in the history
fix setup
  • Loading branch information
IntuitionEngineering authored Jan 3, 2019
2 parents b256940 + e5fbd08 commit 9963040
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/doc_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
<body>

<div id="toc_container" style="position:fixed;width: 200px;left:1em;top:1em">
<h3> <font color=#e2e6ee> RedBlackPy 0.1.2 </font> </h3>
<h3> <font color=#e2e6ee> RedBlackPy 0.1.3 </font> </h3>
<h4> <font color=#e2e6ee> Table of contents: </font> </h4>
<div id="expanded" style="display: true">
<a href="./index.html" class="button">Main</a> <br>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>
<div class="wrapper__body">
<div class="wrapper__info">
<h1>RedBlackPy v0.1.2</h1>
<h1>RedBlackPy v0.1.3</h1>
<div class="main-info">
<p>Fast and scalable data structures for dynamic ordered data processing.</p>
<p>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.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/series.html
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
<body>

<div id="toc_container" style="position:fixed;width: 200px;left:1em;top:1em">
<h3> <font color=#e2e6ee> RedBlackPy 0.1.2 </font> </h3>
<h3> <font color=#e2e6ee> RedBlackPy 0.1.3 </font> </h3>
<h4> <font color=#e2e6ee> Table of contents: </font> </h4>
<div id="expanded" style="display: true">
<a href="./doc_index.html" class="button">Main</a> <br>
Expand Down
2 changes: 1 addition & 1 deletion docs/series_user_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
<body>

<div id="toc_container" style="position:fixed;width: 200px;left:1em;top:1em">
<h3> <font color=#e2e6ee> RedBlackPy 0.1.2 </font> </h3>
<h3> <font color=#e2e6ee> RedBlackPy 0.1.3 </font> </h3>
<h4> <font color=#e2e6ee> Table of contents: </font> </h4>
<div id="expanded" style="display: true">
<a href="./doc_index.html" class="button">Main</a> <br>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9963040

Please sign in to comment.