Skip to content

Commit 39ecabf

Browse files
committed
release: 0.9.2
1 parent 90552a3 commit 39ecabf

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
@@ -48,7 +48,7 @@
4848
)
4949

5050

51-
VERSION = "0.9.1"
51+
VERSION = "0.9.2"
5252
DEFAULT_SERVER_NAME = socket.gethostname() if hasattr(socket, "gethostname") else None
5353
DEFAULT_OPTIONS = {
5454
"dsn": None,

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.1",
15+
version="0.9.2",
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)