diff --git a/pyproject.toml b/pyproject.toml index 62ff05a..3dbc1e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tastytrade-sdk" -version = "1.1.2a0" +version = "1.2.1a0" description = "A python wrapper around the tastytrade open API" authors = [ "Aaron Mamparo " diff --git a/release.sh b/release.sh index 12a5705..807e59b 100755 --- a/release.sh +++ b/release.sh @@ -33,8 +33,8 @@ git add pyproject.toml git commit -m "Release ${NEW_VERSION}" git tag -f ${NEW_VERSION} git tag -f latest -git push origin -f ${NEW_VERSION} -git push origin -f latest +git push --set-upstream origin -f ${NEW_VERSION} +git push --set-upstream origin -f latest export NEW_PREPATCH_VERSION="$(poetry version prepatch --short)" git add pyproject.toml