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 1818copyright = u"2019, Sentry Team and Contributors"
1919author = u"Sentry Team and Contributors"
2020
21- release = "0.9.5 "
21+ release = "0.10.0 "
2222version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
2323
2424
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def _get_default_options():
7474del _get_default_options
7575
7676
77- VERSION = "0.9.5 "
77+ VERSION = "0.10.0 "
7878SDK_INFO = {
7979 "name" : "sentry.python" ,
8080 "version" : VERSION ,
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = "sentry-sdk" ,
15- version = "0.9.5 " ,
15+ version = "0.10.0 " ,
1616 author = "Sentry Team and Contributors" ,
17171818 url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments