Flip to non-dev version tag

alpha5
Tyler Goodlet 2022-08-03 10:21:07 -04:00
parent 641ed7a32a
commit a9b4a61620
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ with open('docs/README.rst', encoding='utf-8') as f:
setup(
name="tractor",
version='0.1.0a5.dev', # alpha zone
version='0.1.0a5', # alpha zone
description='structured concurrrent "actors"',
long_description=readme,
license='AGPLv3',