Skip to content

Commit

Permalink
fixed release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonye Jack committed Feb 28, 2021
1 parent aa7e202 commit e832ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ view-docs: build-docs ## Serve sphinx doc locally.
# ----------------------------------------------------------
increase-version: clean-build guard-PART ## Bump the project version (using the $PART env: defaults to 'patch').
@echo "Increasing project '$(PART)' version..."
@poetry up
@poetry update
@poetry version $(PART)

# ----------------------------------------------------------
Expand Down

0 comments on commit e832ae7

Please sign in to comment.