Skip to content

Commit

Permalink
sageworks version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Mar 25, 2023
1 parent c8f039f commit 27dd1f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_files(dir_name):
setup(
name='sageworks',
# use_scm_version=True,
version='0.1.1',
version='0.1.2',
description='SageWorks: An easy to use WorkBench for creating and deploying SageMaker Models',
long_description=readme,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ deps =
coverage
pytest-cov
commands =
py.test --basetemp={envtmpdir} --ignore-glob=*rdkit* --cov=src/sageworks src/sageworks
py.test --basetemp={envtmpdir} --ignore-glob=*rdkit* --ignore-glob=*generated* --cov=src/sageworks src/sageworks

[testenv:flake8]
basepython = python3.10
Expand Down

0 comments on commit 27dd1f2

Please sign in to comment.