We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030b81c commit d4d8563Copy full SHA for d4d8563
human_curl/__init__.py
@@ -37,7 +37,7 @@
37
38
try:
39
__version__ = __import__('pkg_resources') \
40
- .get_distribution('sentry').version
+ .get_distribution('human_curl').version
41
except Exception, e:
42
__version__ = 'unknown'
43
0 commit comments