Skip to content

Commit b0eda8b

Browse files
authored
Merge release/0.9.3 into master
2 parents 599153f + 91f83c1 commit b0eda8b

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
@@ -66,7 +66,7 @@ def _get_default_options():
6666
del _get_default_options
6767

6868

69-
VERSION = "0.9.2"
69+
VERSION = "0.9.3"
7070
SDK_INFO = {
7171
"name": "sentry.python",
7272
"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.2",
15+
version="0.9.3",
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)