Skip to content

Commit 2a941a1

Browse files
authored
Merge release/0.1.0-preview11 into master
2 parents f5868f5 + 9094db8 commit 2a941a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sentry_sdk/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def init(*args, **kwargs):
2121
return _InitGuard(client)
2222

2323

24-
from . import minimal as sentry_minimal
24+
from . import minimal as sentry_minimal
2525

2626
__all__ = ["Hub", "Scope", "Client", "init"] + sentry_minimal.__all__
2727

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="sentry-sdk",
15-
version="0.1.0-preview10",
15+
version="0.1.0-preview11",
1616
author="Sentry Team and Contributors",
1717
author_email="[email protected]",
1818
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)