[27741] in Source-Commits
python-afs commit: Release 0.2.1
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Feb 26 16:22:03 2014
Date: Wed, 26 Feb 2014 16:21:55 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201402262121.s1QLLtda015722@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/python-afs/commits/80bd102bf6dba8b7bda8084975e94225eb31b8fd
commit 80bd102bf6dba8b7bda8084975e94225eb31b8fd
Author: Jonathan Reed <jdreed@mit.edu>
Date: Thu Feb 20 13:19:15 2014 -0500
Release 0.2.1
setup.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/setup.py b/setup.py
index a51dc0e..6b78bb9 100755
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ def PyAFSExtension(module, *args, **kwargs):
setup(
name="PyAFS",
- version="0.2.0",
+ version="0.2.1",
description="PyAFS - Python bindings for AFS",
author="Evan Broder",
author_email="broder@mit.edu",