Skip to content

Commit 2d75952

Browse files
committed
Bump version
1 parent ac73152 commit 2d75952

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.6"
45+
__version__ = "0.7"
4646
__author__ = "Daniel Richman"
4747
__copyright__ = "Copyright 2013 Daniel Richman"
4848
__email__ = "main@danielrichman.co.uk"

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.6",
14+
version = "0.7",
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.6"
65+
__version__ = "0.7"
6666
__author__ = "Daniel Richman"
6767
__copyright__ = "Copyright 2013 Daniel Richman"
6868
__email__ = "main@danielrichman.co.uk"

0 commit comments

Comments
 (0)