Skip to content

Commit

Permalink
Merge pull request #41 from developmentseed/increment-version
Browse files Browse the repository at this point in the history
ignore dist and increment version for publish
  • Loading branch information
rbavery authored Nov 29, 2023
2 parents 6a4183a + 956b771 commit 0b1c242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist/
.ipynb_checkpoints/
node_modules/
model-weights/
Expand Down
2 changes: 1 addition & 1 deletion src/sam_serve/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version="1.0.0"
version="1.1.0"

0 comments on commit 0b1c242

Please sign in to comment.