Skip to content

Commit afe5b50

Browse files
Version bump to 2.2.1.dev1
1 parent 329b0cd commit afe5b50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sagemaker_ssh_helper/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.1.dev0
1+
2.2.1.dev1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ def read_version():
7676
"for fast interactive experimentation, remote debugging, and advanced troubleshooting."
7777
"\n\n"
7878
f"For the documentation, see the repo "
79-
f"[https://github.com/aws-samples/sagemaker-ssh-helper/tree/{read_version()}]"
80-
f"(https://github.com/aws-samples/sagemaker-ssh-helper/tree/{read_version()}).",
79+
f"[https://github.com/aws-samples/sagemaker-ssh-helper/tree/v{read_version()}]"
80+
f"(https://github.com/aws-samples/sagemaker-ssh-helper/tree/v{read_version()}).",
8181
long_description_content_type='text/markdown',
8282
url='https://github.com/aws-samples/sagemaker-ssh-helper',
8383
packages=setuptools.find_packages(),

0 commit comments

Comments
 (0)