mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 23:02:25 +00:00
v0.1.4b2-0-UNSTABLE
This commit is contained in:
parent
d19d1058e0
commit
b027ee1489
2
setup.py
2
setup.py
@ -56,7 +56,7 @@ trove_classifiers=[
|
|||||||
]
|
]
|
||||||
|
|
||||||
setup(name='allmydata-tahoe',
|
setup(name='allmydata-tahoe',
|
||||||
version='0.1.3',
|
version='0.1.4b2',
|
||||||
description='secure, distributed storage mesh',
|
description='secure, distributed storage mesh',
|
||||||
long_description="""Welcome to the AllMyData "tahoe" project. This project implements a
|
long_description="""Welcome to the AllMyData "tahoe" project. This project implements a
|
||||||
secure, distributed, fault-tolerant storage mesh.
|
secure, distributed, fault-tolerant storage mesh.
|
||||||
|
@ -10,7 +10,7 @@ from util.version import Version
|
|||||||
|
|
||||||
# For an explanation of what the parts of the version string mean,
|
# For an explanation of what the parts of the version string mean,
|
||||||
# please see pyutil.version.
|
# please see pyutil.version.
|
||||||
__version__ = Version("0.1.3-0-UNSTABLE")
|
__version__ = Version("0.1.4b2-0-UNSTABLE")
|
||||||
|
|
||||||
# Please put a URL or other note here which shows where to get the branch of
|
# Please put a URL or other note here which shows where to get the branch of
|
||||||
# development from which this version grew.
|
# development from which this version grew.
|
||||||
|
Loading…
Reference in New Issue
Block a user