Skip to content

Commit 13a4793

Browse files
authored
Update version for release 1.1.0 (#83)
1 parent c3fcefe commit 13a4793

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

.github/workflows/python-checks.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,11 @@ jobs:
133133
with:
134134
inputs: "s3torchconnectorclient"
135135

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

141142
- name: Security vulnerabilities check s3torchconnector
142143
run: safety check -r s3torchconnector/requirements.txt

s3torchconnector/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
project = "Amazon S3 Connector for PyTorch"
2222
copyright = "2023, Amazon S3"
2323
author = "Amazon S3"
24-
release = "1.0.0"
24+
release = "1.1.0"
2525

2626
# -- General configuration ---------------------------------------------------
2727
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

s3torchconnector/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "s3torchconnector"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "S3 connector integration for PyTorch"
99
requires-python = ">=3.8,<3.12"
1010
classifiers = [
@@ -21,7 +21,7 @@ classifiers = [
2121

2222
dependencies = [
2323
"torch >= 2.0.1",
24-
"s3torchconnectorclient >= 1.0.0",
24+
"s3torchconnectorclient >= 1.1.0",
2525
]
2626

2727
[project.optional-dependencies]

s3torchconnectorclient/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

s3torchconnectorclient/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "s3torchconnectorclient"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55
publish = false
66
license = "BSD-3-Clause"

s3torchconnectorclient/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "s3torchconnectorclient"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "Internal S3 client implementation for s3torchconnector"
99
requires-python = ">=3.8,<3.12"
1010
classifiers = [

0 commit comments

Comments
 (0)