Skip to content

Commit b7a2f24

Browse files
committed
Bumped to 0.0.1-beta
1 parent 1f53930 commit b7a2f24

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
master_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 ---------------------------------------------------

docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Installation
2525

2626
You can install the package by running the following command,
2727

28-
``pip install cz-pydatastructs``
28+
``pip install cz-pydatastructs==0.0.1b0``
2929

3030
Make sure that your python version is at least ``3.5``.
3131

pydatastructs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.1-alpha"
1+
__version__ = "0.0.1-beta"
22

33
from .linear_data_structures import *
44
from .trees import *

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="cz-pydatastructs",
8-
version="0.0.1-alpha",
8+
version="0.0.1-beta",
99
author="PyDataStructs Development Team",
1010
author_email="[email protected]",
1111
description="A python package for data structures",

0 commit comments

Comments
 (0)