summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c471c3a..1844948 100755
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,7 @@ from my_build_ext import build_ext
setup(
name="greenlet",
- version='0.4.4',
+ version='0.4.5',
description='Lightweight in-process concurrent programming',
long_description=readfile("README.rst"),
maintainer="Alexey Borzenkov",