Skip to content

Commit

Permalink
[v1.0.35] Fix the pyproject bump-version (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snir Shechter authored and camparibot committed Aug 24, 2021
1 parent 1f9faaa commit c2ff985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bump-version:

@echo [!] Bumping version from $(CURRENT_VERSION) to $(NEW_VERSION)

@poetry version $(NEW_VERSION) || true
@cd sdk && poetry version $(NEW_VERSION) || true
@git add sdk/pyproject.toml || true

git commit -F /tmp/commit-message --amend --no-edit
Expand Down
2 changes: 1 addition & 1 deletion sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mlnotify"
version = "1.0.0"
version = "v1.0.35"
description = "ML Notify - A useful tool that notifies you when your model is finished training"
authors = ['Aporia']
repository = "https://github.com/aporia-ai/mlnotify"
Expand Down

0 comments on commit c2ff985

Please sign in to comment.