Skip to content

Commit 83f6748

Browse files
committed
Changed version to 0.0.1-alpha
1 parent bae1020 commit 83f6748

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
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-dev'
29+
release = '0.0.1-alpha'
3030

3131

3232
# -- General configuration ---------------------------------------------------

pydatastructs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.1-dev"
1+
__version__ = "0.0.1-alpha"
22

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

setup.py

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

66
setuptools.setup(
77
name="pydatastructs",
8-
version="0.0.1-dev",
8+
version="0.0.1-alpha",
99
author="PyDataStructs Development Team",
1010
author_email="pydatastructs@googlegroups.com",
1111
description="A python package for data structures",

0 commit comments

Comments
 (0)