File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
master_doc = 'index'
27
27
28
28
# The full version, including alpha/beta/rc tags
29
- release = '0.0.1-alpha '
29
+ release = '0.0.1-beta '
30
30
31
31
32
32
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Installation
25
25
26
26
You can install the package by running the following command,
27
27
28
- ``pip install cz-pydatastructs ``
28
+ ``pip install cz-pydatastructs==0.0.1b0 ``
29
29
30
30
Make sure that your python version is at least ``3.5 ``.
31
31
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.1-alpha "
1
+ __version__ = "0.0.1-beta "
2
2
3
3
from .linear_data_structures import *
4
4
from .trees import *
Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "cz-pydatastructs" ,
8
- version = "0.0.1-alpha " ,
8
+ version = "0.0.1-beta " ,
9
9
author = "PyDataStructs Development Team" ,
10
10
11
11
description = "A python package for data structures" ,
You can’t perform that action at this time.
0 commit comments