Skip to content

Commit d4141e3

Browse files
committed
fix project description
1 parent 92b38b7 commit d4141e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![versions](https://img.shields.io/pypi/pyversions/aioaws.svg)](https://github.com/samuelcolvin/aioaws)
77
[![license](https://img.shields.io/github/license/samuelcolvin/aioaws.svg)](https://github.com/samuelcolvin/aioaws/blob/main/LICENSE)
88

9-
Asyncio compatible SDK for aws services.
9+
Asyncio SDK for some AWS services.
1010

1111
This library does not depend on boto, boto3 or any of the other bloated, opaque and mind thumbing AWS SDKs. Instead, it
1212
is written from scratch to provide clean, secure and easily debuggable access to AWS services I want to use.

aioaws/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__all__ = ['VERSION']
22

3-
VERSION = '0.15'
3+
VERSION = '0.15.1'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ path = "aioaws/version.py"
77

88
[project]
99
name = "aioaws"
10-
description = "Data validation and settings management using python 3.6 type hinting"
10+
description = "Asyncio SDK for some AWS services."
1111
authors = [{name = "Samuel Colvin", email = "s@muelcolvin.com"}]
1212
license = "MIT"
1313
readme = "README.md"

0 commit comments

Comments
 (0)