Commit 35e04fce authored by Luke Macken's avatar Luke Macken

version bump

parent e25bb6f8
__version__ = '2.0beta9'
__version__ = '2.0'
__all__ = ('inject', 'inspect', 'PyrasiteIPC',
'ReverseConnection', 'ReversePythonConnection')
__license__ = """\
......
......@@ -9,7 +9,7 @@ try:
except Exception:
pass
version = '2.0beta9'
version = '2.0'
f = open('README.rst')
long_description = f.read().split('split here')[1]
......
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