Skip to content

Commit

Permalink
Merge branch 'v0.11-stable' into 'stable'
Browse files Browse the repository at this point in the history
v0.11-stable into stable

See merge request secml/secml!16
  • Loading branch information
m-melis committed Mar 9, 2020
2 parents a4eefae + 2b97263 commit 3616e75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/secml/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.2
0.11.2.post1
2 changes: 1 addition & 1 deletion src/secml/ml/model_zoo/load_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from secml.settings import SECML_MODELS_DIR

MODEL_ZOO_URL = 'https://gitlab.com/secml/secml-zoo/raw/master/models/'
MODEL_ZOO_URL = 'https://gitlab.com/secml/secml-zoo/raw/v0.11/models/'
MODELS_DICT_PATH = fm.join(fm.abspath(__file__), 'models_dict.json')
with open(MODELS_DICT_PATH) as fp:
MODELS_DICT = json.loads(fp.read())
Expand Down

0 comments on commit 3616e75

Please sign in to comment.