File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242from __future__ import unicode_literals
4343
4444__name__ = "raven"
45- __version__ = "0.6 "
45+ __version__ = "0.7 "
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.6 " ,
14+ version = "0.7 " ,
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.6 "
65+ __version__ = "0.7 "
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