Skip to content

Commit d4d8563

Browse files
committed
Fixed get_distribution
1 parent 030b81c commit d4d8563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

human_curl/__init__.py

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

3838
try:
3939
__version__ = __import__('pkg_resources') \
40-
.get_distribution('sentry').version
40+
.get_distribution('human_curl').version
4141
except Exception, e:
4242
__version__ = 'unknown'
4343

0 commit comments

Comments
 (0)