We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 896d364 + 203c87a commit 8b3ed31Copy full SHA for 8b3ed31
src/aws_secretsmanager_caching/secret_cache.py
@@ -24,7 +24,7 @@ class SecretCache:
24
"""Secret Cache client for AWS Secrets Manager secrets"""
25
26
try:
27
- __version__ = get_distribution(__name__).version
+ __version__ = get_distribution('aws_secretsmanager_caching').version
28
except DistributionNotFound:
29
__version__ = '0.0.0'
30
0 commit comments