Commit d693c74b authored by Huihui, Jonathan's avatar Huihui, Jonathan
Browse files

add

parent 0728fc47
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
      ;;
+1 −1
Original line number Diff line number Diff line
@@ -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"