Loading release.sh +2 −2 Original line number Diff line number Diff line Loading @@ -95,8 +95,8 @@ while :; do cd .. ./build.sh --tag "$COMMON_VERSION" ./build.sh --tag "$COMMON_TAG" git add src/setup.py README.md && \ git commit -m 'bump common version' && \ git add src/setup.py README.md src/pyproject.toml && \ git commit -m "bump common version to $COMMON_VERSION" && \ git push exit ;; Loading src/pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ authors = [ {name = "Josh Grant", email = "grantjn@ornl.gov"} ] # update version information here version = "0.3.0" version = "0.3.1" description = "Package to perform everyday tasks - logging, accessing database, etc." readme = "README.md" requires-python = ">=3.9" Loading Loading
release.sh +2 −2 Original line number Diff line number Diff line Loading @@ -95,8 +95,8 @@ while :; do cd .. ./build.sh --tag "$COMMON_VERSION" ./build.sh --tag "$COMMON_TAG" git add src/setup.py README.md && \ git commit -m 'bump common version' && \ git add src/setup.py README.md src/pyproject.toml && \ git commit -m "bump common version to $COMMON_VERSION" && \ git push exit ;; Loading
src/pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ authors = [ {name = "Josh Grant", email = "grantjn@ornl.gov"} ] # update version information here version = "0.3.0" version = "0.3.1" description = "Package to perform everyday tasks - logging, accessing database, etc." readme = "README.md" requires-python = ">=3.9" Loading