Skip to content

Commit

Permalink
Update version for release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
muddyfish committed Jan 25, 2024
1 parent 54e0bee commit ab20f9d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Unreleased

## v1.1.3 (January 25, 2024)

### New features
* Update crates and Mountpoint dependencies.

### Breaking changes
* No breaking changes.



## v1.1.2 (January 19, 2024)

### New features
Expand Down
4 changes: 2 additions & 2 deletions s3torchconnector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "s3torchconnector"
version = "1.1.2"
version = "1.1.3"
description = "S3 connector integration for PyTorch"
requires-python = ">=3.8,<3.12"
readme = "README.md"
Expand All @@ -22,7 +22,7 @@ classifiers = [

dependencies = [
"torch >= 2.0.1",
"s3torchconnectorclient >= 1.1.2",
"s3torchconnectorclient >= 1.1.3",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion s3torchconnectorclient/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion s3torchconnectorclient/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "s3torchconnectorclient"
version = "1.1.2"
version = "1.1.3"
edition = "2021"
publish = false
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion s3torchconnectorclient/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "s3torchconnectorclient"
version = "1.1.2"
version = "1.1.3"
description = "Internal S3 client implementation for s3torchconnector"
requires-python = ">=3.8,<3.12"
readme = "README.md"
Expand Down

0 comments on commit ab20f9d

Please sign in to comment.