Skip to content

Commit 6afa72e

Browse files
committed
bump version
1 parent 98c9321 commit 6afa72e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def load_key(self, data):
2222

2323
project = u'python-raven'
2424
copyright = u'2013, Daniel Richman'
25-
version = release = '0.5.1'
25+
version = release = '0.8.1'
2626

2727
exclude_patterns = []
2828
pygments_style = 'sphinx'

raven/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
from __future__ import unicode_literals
4343

4444
__name__ = "raven"
45-
__version__ = "0.7"
45+
__version__ = "0.8.1"
4646
__author__ = "Daniel Richman"
4747
__copyright__ = "Copyright 2013 Daniel Richman"
4848
__email__ = "[email protected]"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name = "python-raven",
14-
version = "0.7",
14+
version = "0.8.1",
1515
packages = ["raven", "ucam_webauth"],
1616
package_data = {"raven": ["keys/pubkey*"]},
1717
ext_modules = [rsamodule],

ucam_webauth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
from __future__ import unicode_literals
6363

6464
__name__ = "ucam_webauth"
65-
__version__ = "0.7"
65+
__version__ = "0.8.1"
6666
__author__ = "Daniel Richman"
6767
__copyright__ = "Copyright 2013 Daniel Richman"
6868
__email__ = "[email protected]"

0 commit comments

Comments
 (0)