Commit 976a1ec9 authored by Huihui, Jonathan's avatar Huihui, Jonathan
Browse files

0.3.2

parent 4a1f494a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,9 +7,9 @@ Everything is configurable with environmental variables.

### Installation via pip

Run this command to install version 0.3.1 (latest) via pip:
Run this command to install version 0.3.2 (latest) via pip:

`python3 -m pip --no-cache-dir install common==0.3.1 --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple  --trusted-host code.ornl.gov`
`python3 -m pip --no-cache-dir install common==0.3.2 --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple  --trusted-host code.ornl.gov`
This will install latest (not recommended):

`python3 -m pip --no-cache-dir install common --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple  --trusted-host code.ornl.gov`
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ authors = [
    {name = "Jacob Isber", email = "isberj@ornl.gov"},
]
# update version information here
version = "0.3.1"
version = "0.3.2"
description = "Package to perform everyday tasks - logging, accessing database, etc."
readme = "README.md"
requires-python = ">=3.9"