Skip to content

Commit

Permalink
Merge pull request #736 from mv1388/package_release_1_6_2
Browse files Browse the repository at this point in the history
Package release 1.6.2
  • Loading branch information
mv1388 committed Aug 13, 2022
2 parents 6e10ad7 + 768018e commit cbae678
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.6.1
current_version = 1.6.2
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion bin/AWS/create_instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ local_project_path="None"
dataset_name="None"
preproc_dataset="None"
DL_framework="pytorch"
AIToolbox_version="1.6.1"
AIToolbox_version="1.6.2"
instance_config="default_config.json"
instance_type=
run_bootstrap=true
Expand Down
4 changes: 2 additions & 2 deletions bin/AWS/prepare_instance.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# Example how to run:
# ./prepare_instance.sh -k <SSH_KEY_LOCATION> -a <INSTANCE_IP_ADDRESS> -f pytorch -v 1.6.1 -p ~/PycharmProjects/Transformer -d SQuAD2 -r orig
# ./prepare_instance.sh -k <SSH_KEY_LOCATION> -a <INSTANCE_IP_ADDRESS> -f pytorch -v 1.6.2 -p ~/PycharmProjects/Transformer -d SQuAD2 -r orig

# When you get ssh-ed to the instance finish the instance prep process by running:
# ./finish_prepare_instance.sh
Expand Down Expand Up @@ -47,7 +47,7 @@ HEREDOC
key_path=$(jq -r '.key_path' configs/my_config.json)
ec2_instance_address=
DL_framework="pytorch"
AIToolbox_version="1.6.1"
AIToolbox_version="1.6.2"
local_project_path="None"
dataset_name="None"
preproc_dataset="None"
Expand Down
2 changes: 1 addition & 1 deletion bin/AWS/submit_job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ local_project_path="None"
dataset_name="None"
preproc_dataset="None"
DL_framework="pytorch"
AIToolbox_version="1.6.1"
AIToolbox_version="1.6.2"
instance_config="default_config.json"
instance_type=
experiment_script_file="aws_run_experiments_project.sh"
Expand Down
2 changes: 1 addition & 1 deletion bin/AWS/update_package_on_AWS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ HEREDOC
key_path=$(jq -r '.key_path' configs/my_config.json)
ec2_instance_address=
DL_framework="pytorch"
AIToolbox_version="1.6.1"
AIToolbox_version="1.6.2"
username="ubuntu"

while [[ $# -gt 0 ]]; do
Expand Down
Binary file removed dist/aitoolbox-1.6.1.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/aitoolbox-1.6.2.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
author = 'Marko Vidoni'

# The full version, including alpha/beta/rc tags
version = '1.6.1'
release = '1.6.1'
version = '1.6.2'
release = '1.6.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion install_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Example call:

# ./install_package.sh 1.6.1 --uninstall
# ./install_package.sh 1.6.2 --uninstall


pkgversion=$1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='aitoolbox',
version='1.6.1',
version='1.6.2',
author='Marko Vidoni',
author_email='',
url='https://github.com/mv1388/AIToolbox',
Expand Down

0 comments on commit cbae678

Please sign in to comment.