Skip to content

Commit 129be12

Browse files
committed
fix typo
1 parent ac1b597 commit 129be12

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
aiohttp
2-
aws_request_signer
2+
aws-request-signer
33
python-dateutil
44
inflection

setup.py

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

66
PROJECT_DIR = Path(__file__).parent.resolve()
77
README_FILE = PROJECT_DIR / "README.md"
8-
VERSION = "1.0.1"
8+
VERSION = "1.0.2"
99

1010

1111
setup(

0 commit comments

Comments
 (0)