summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Cramer <dcramer@gmail.com>2012-02-01 14:30:44 -0800
committerDavid Cramer <dcramer@gmail.com>2012-02-01 14:30:44 -0800
commit0f5956dc73cf7927763ad8147985d5338305a4b8 (patch)
tree6eadb9f72eeac27a8a27a53feddcc99ab4e00b88 /setup.py
parent4c3b7eee56246fb3bb5118879171a59806b730fb (diff)
downloadraven-1.3.2.tar.gz
Support sending the culprit with logging messages as part of extra1.3.2
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 9a016a0..28f59f8 100755
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ install_requires = [
setup(
name='raven',
- version='1.3.1',
+ version='1.3.2',
author='David Cramer',
author_email='dcramer@gmail.com',
url='http://github.com/dcramer/raven',