Skip to content

Commit e5fbd08

Browse files
committed
fix setup
1 parent 653d93a commit e5fbd08

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/doc_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@
475475
<body>
476476

477477
<div id="toc_container" style="position:fixed;width: 200px;left:1em;top:1em">
478-
<h3> <font color=#e2e6ee> RedBlackPy 0.1.2 </font> </h3>
478+
<h3> <font color=#e2e6ee> RedBlackPy 0.1.3 </font> </h3>
479479
<h4> <font color=#e2e6ee> Table of contents: </font> </h4>
480480
<div id="expanded" style="display: true">
481481
<a href="./index.html" class="button">Main</a> <br>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</div>
3232
<div class="wrapper__body">
3333
<div class="wrapper__info">
34-
<h1>RedBlackPy v0.1.2</h1>
34+
<h1>RedBlackPy v0.1.3</h1>
3535
<div class="main-info">
3636
<p>Fast and scalable data structures for dynamic ordered data processing.</p>
3737
<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>

docs/series.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@
475475
<body>
476476

477477
<div id="toc_container" style="position:fixed;width: 200px;left:1em;top:1em">
478-
<h3> <font color=#e2e6ee> RedBlackPy 0.1.2 </font> </h3>
478+
<h3> <font color=#e2e6ee> RedBlackPy 0.1.3 </font> </h3>
479479
<h4> <font color=#e2e6ee> Table of contents: </font> </h4>
480480
<div id="expanded" style="display: true">
481481
<a href="./doc_index.html" class="button">Main</a> <br>

docs/series_user_guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@
475475
<body>
476476

477477
<div id="toc_container" style="position:fixed;width: 200px;left:1em;top:1em">
478-
<h3> <font color=#e2e6ee> RedBlackPy 0.1.2 </font> </h3>
478+
<h3> <font color=#e2e6ee> RedBlackPy 0.1.3 </font> </h3>
479479
<h4> <font color=#e2e6ee> Table of contents: </font> </h4>
480480
<div id="expanded" style="display: true">
481481
<a href="./doc_index.html" class="button">Main</a> <br>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100

101101
setup( name='redblackpy',
102102
ext_modules = cythonize(ext_modules),
103-
version='0.1.2.0',
103+
version='0.1.3.0',
104104
author='Solodskikh Kirill',
105105
author_email='hypo@intuition.engineering',
106106
maintainer='Intuition',

0 commit comments

Comments
 (0)