Skip to content

Commit

Permalink
Merge pull request #688 from mv1388/bump_version_to_1_5
Browse files Browse the repository at this point in the history
Release package version 1.5
  • Loading branch information
mv1388 committed Jul 9, 2022
2 parents 210876a + 8af9acb commit 5fb5e38
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.4.0
current_version = 1.5.0
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.4.0"
AIToolbox_version="1.5.0"
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.4.0 -p ~/PycharmProjects/Transformer -d SQuAD2 -r orig
# ./prepare_instance.sh -k <SSH_KEY_LOCATION> -a <INSTANCE_IP_ADDRESS> -f pytorch -v 1.5.0 -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.4.0"
AIToolbox_version="1.5.0"
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 @@ -43,7 +43,7 @@ local_project_path="None"
dataset_name="None"
preproc_dataset="None"
DL_framework="pytorch"
AIToolbox_version="1.4.0"
AIToolbox_version="1.5.0"
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.4.0"
AIToolbox_version="1.5.0"
username="ubuntu"

while [[ $# -gt 0 ]]; do
Expand Down
Binary file removed dist/aitoolbox-1.4.0.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/aitoolbox-1.5.0.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.4.0'
release = '1.4.0'
version = '1.5.0'
release = '1.5.0'


# -- 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.4.0 --uninstall
# ./install_package.sh 1.5.0 --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.4.0',
version='1.5.0',
author='Marko Vidoni',
author_email='',
url='https://github.com/mv1388/AIToolbox',
Expand Down

0 comments on commit 5fb5e38

Please sign in to comment.