File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626master_doc = 'index'
2727
2828# The full version, including alpha/beta/rc tags
29- release = '0.0.1-alpha '
29+ release = '0.0.1-beta '
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Installation
2525
2626You can install the package by running the following command,
2727
28- ``pip install cz-pydatastructs ``
28+ ``pip install cz-pydatastructs==0.0.1b0 ``
2929
3030Make sure that your python version is at least ``3.5 ``.
3131
Original file line number Diff line number Diff line change 1- __version__ = "0.0.1-alpha "
1+ __version__ = "0.0.1-beta "
22
33from .linear_data_structures import *
44from .trees import *
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "cz-pydatastructs" ,
8- version = "0.0.1-alpha " ,
8+ version = "0.0.1-beta " ,
99 author = "PyDataStructs Development Team" ,
10101111 description = "A python package for data structures" ,
You can’t perform that action at this time.
0 commit comments