Commit 45853091 authored by Luke Macken's avatar Luke Macken

Merge branch 'release/2.0' into develop

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