File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
copyright = u"2019, Sentry Team and Contributors"
19
19
author = u"Sentry Team and Contributors"
20
20
21
- release = "0.9.5 "
21
+ release = "0.10.0 "
22
22
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
23
23
24
24
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def _get_default_options():
74
74
del _get_default_options
75
75
76
76
77
- VERSION = "0.9.5 "
77
+ VERSION = "0.10.0 "
78
78
SDK_INFO = {
79
79
"name" : "sentry.python" ,
80
80
"version" : VERSION ,
Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = "sentry-sdk" ,
15
- version = "0.9.5 " ,
15
+ version = "0.10.0 " ,
16
16
author = "Sentry Team and Contributors" ,
17
17
18
18
url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments