Skip to content

Commit

Permalink
Update version for release 1.1.0 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnanuti authored Nov 29, 2023
1 parent c3fcefe commit 13a4793
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,11 @@ jobs:
with:
inputs: "s3torchconnectorclient"

- name: Audit s3torchconnector dependencies
uses: pypa/[email protected]
with:
inputs: "s3torchconnector"
# TODO: This fails during release as we publish the binaries together
# - name: Audit s3torchconnector dependencies
# uses: pypa/[email protected]
# with:
# inputs: "s3torchconnector"

- name: Security vulnerabilities check s3torchconnector
run: safety check -r s3torchconnector/requirements.txt
2 changes: 1 addition & 1 deletion s3torchconnector/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
project = "Amazon S3 Connector for PyTorch"
copyright = "2023, Amazon S3"
author = "Amazon S3"
release = "1.0.0"
release = "1.1.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
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.0.0"
version = "1.1.0"
description = "S3 connector integration for PyTorch"
requires-python = ">=3.8,<3.12"
classifiers = [
Expand All @@ -21,7 +21,7 @@ classifiers = [

dependencies = [
"torch >= 2.0.1",
"s3torchconnectorclient >= 1.0.0",
"s3torchconnectorclient >= 1.1.0",
]

[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.0.0"
version = "1.1.0"
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.0.0"
version = "1.1.0"
description = "Internal S3 client implementation for s3torchconnector"
requires-python = ">=3.8,<3.12"
classifiers = [
Expand Down

0 comments on commit 13a4793

Please sign in to comment.