Bump to alpha 5 dev

maybe_cancel_the_cancel_
Tyler Goodlet 2022-01-21 13:05:26 -05:00
parent 41296448e8
commit 4bf7992200
1 changed files with 1 additions and 1 deletions

View File

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