diff --git a/setup.py b/setup.py index c693a79..cde066d 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ with open('docs/README.rst', encoding='utf-8') as f: setup( name="tractor", - version='0.1.0a0', # first ever alpha + version='0.1.0a1', # first ever alpha description='structured concurrrent "actors"', long_description=readme, license='GPLv3',