We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae1020 commit 83f6748Copy full SHA for 83f6748
docs/source/conf.py
@@ -26,7 +26,7 @@
26
master_doc = 'index'
27
28
# The full version, including alpha/beta/rc tags
29
-release = '0.0.1-dev'
+release = '0.0.1-alpha'
30
31
32
# -- General configuration ---------------------------------------------------
pydatastructs/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.1-dev"
+__version__ = "0.0.1-alpha"
2
3
from .linear_data_structures import *
4
from .trees import *
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="pydatastructs",
8
- version="0.0.1-dev",
+ version="0.0.1-alpha",
9
author="PyDataStructs Development Team",
10
author_email="pydatastructs@googlegroups.com",
11
description="A python package for data structures",
0 commit comments