diff --git a/CHANGELOG.md b/CHANGELOG.md index 7391328..a4bde57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.1.2 (2024-10-17) + +### Fix + +* fix(files): Removed unnecessary requirements ([`21a44c1`](https://github.com/numerous-com/numerous-files/commit/21a44c1926bedfde91ef5911aa9937e782a007ca)) + + ## v0.1.1 (2024-10-17) ### Documentation diff --git a/pyproject.toml b/pyproject.toml index f35dcf7..049c7d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "numerous-files" readme = "README.md" -version = "0.1.1" +version = "0.1.2" classifiers = ["Programming Language :: Python :: 3"] dependencies = [ "boto3"