Skip to content

Commit adc916b

Browse files
committed
release: 0.6.1
1 parent bfd5cfa commit adc916b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import socket
22

33

4-
VERSION = "0.6.0"
4+
VERSION = "0.6.1"
55
DEFAULT_SERVER_NAME = socket.gethostname() if hasattr(socket, "gethostname") else None
66
DEFAULT_OPTIONS = {
77
"dsn": None,

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.6.0",
15+
version="0.6.1",
1616
author="Sentry Team and Contributors",
1717
author_email="[email protected]",
1818
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)