diff --git a/.gitignore b/.gitignore index 4207839..4f70967 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +dist/ .ipynb_checkpoints/ node_modules/ model-weights/ diff --git a/src/sam_serve/__about__.py b/src/sam_serve/__about__.py index dc4c659..17fcbb8 100644 --- a/src/sam_serve/__about__.py +++ b/src/sam_serve/__about__.py @@ -1 +1 @@ -version="1.0.0" \ No newline at end of file +version="1.1.0" \ No newline at end of file