Skip to content

Commit d98e029

Browse files
authored
Merge release/0.9.5 into master
2 parents a33653e + 52735a0 commit d98e029

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sentry_sdk/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def _get_default_options():
7171
del _get_default_options
7272

7373

74-
VERSION = "0.9.4"
74+
VERSION = "0.9.5"
7575
SDK_INFO = {
7676
"name": "sentry.python",
7777
"version": VERSION,

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="sentry-sdk",
15-
version="0.9.4",
15+
version="0.9.5",
1616
author="Sentry Team and Contributors",
1717
author_email="hello@getsentry.com",
1818
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)