Skip to content

Commit 8b3ed31

Browse files
authored
Merge pull request #13 from aws/version_modification
Version modification
2 parents 896d364 + 203c87a commit 8b3ed31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws_secretsmanager_caching/secret_cache.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class SecretCache:
2424
"""Secret Cache client for AWS Secrets Manager secrets"""
2525

2626
try:
27-
__version__ = get_distribution(__name__).version
27+
__version__ = get_distribution('aws_secretsmanager_caching').version
2828
except DistributionNotFound:
2929
__version__ = '0.0.0'
3030

0 commit comments

Comments
 (0)