File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def load_key(self, data):
2222
2323project = u'python-raven'
2424copyright = u'2013, Daniel Richman'
25- version = release = '0.5.1 '
25+ version = release = '0.8 '
2626
2727exclude_patterns = []
2828pygments_style = 'sphinx'
Original file line number Diff line number Diff line change 4242from __future__ import unicode_literals
4343
4444__name__ = "raven"
45- __version__ = "0.7 "
45+ __version__ = "0.8 "
4646__author__ = "Daniel Richman"
4747__copyright__ = "Copyright 2013 Daniel Richman"
4848__email__ = "main@danielrichman.co.uk"
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = "python-raven" ,
14- version = "0.7 " ,
14+ version = "0.8 " ,
1515 packages = ["raven" , "ucam_webauth" ],
1616 package_data = {"raven" : ["keys/pubkey*" ]},
1717 ext_modules = [rsamodule ],
Original file line number Diff line number Diff line change 6262from __future__ import unicode_literals
6363
6464__name__ = "ucam_webauth"
65- __version__ = "0.7 "
65+ __version__ = "0.8 "
6666__author__ = "Daniel Richman"
6767__copyright__ = "Copyright 2013 Daniel Richman"
6868__email__ = "main@danielrichman.co.uk"
You can’t perform that action at this time.
0 commit comments