diff --git a/sentry_sdk/consts.py b/sentry_sdk/consts.py index 3260fa3b35..331ca4ff1a 100644 --- a/sentry_sdk/consts.py +++ b/sentry_sdk/consts.py @@ -42,7 +42,7 @@ ) -VERSION = "0.7.10" +VERSION = "0.7.11" DEFAULT_SERVER_NAME = socket.gethostname() if hasattr(socket, "gethostname") else None DEFAULT_OPTIONS = { "dsn": None, diff --git a/setup.py b/setup.py index f036b38450..e39846729b 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="sentry-sdk", - version="0.7.10", + version="0.7.11", author="Sentry Team and Contributors", author_email="hello@getsentry.com", url="https://github.com/getsentry/sentry-python",