Commit bf4a5ae0 authored by David Wilson's avatar David Wilson

Bump version for release (closes #85)

parent 52da0d88
......@@ -30,12 +30,17 @@ from distutils.core import setup
setup(
name = 'mitogen',
version = '0.0.1',
version = '0.0.2',
description = 'Library for writing distributed self-replicating programs.',
author = 'David Wilson',
license = 'New BSD',
url = 'https://github.com/dw/mitogen/',
packages = ['mitogen', 'ansible_mitogen'],
packages = [
'mitogen',
'ansible_mitogen',
'ansible_mitogen.connection',
'ansible_mitogen.strategy',
],
zip_safe = False,
classifiers = [
'Development Status :: 3 - Alpha',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment