Commit 2a1b3d2c authored by Huihui, Jonathan's avatar Huihui, Jonathan
Browse files

bump common version

parent d24b3311
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.1.16 (latest) via pip:
Run this command to install version 0.1.17 (latest) via pip:

`python3 -m pip --no-cache-dir install common==0.1.16 --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.1.17 --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
@@ -5,7 +5,7 @@ import os
from setuptools import setup

# update version information here
_version = '0.1.16' # '0.1.14'
_version = '0.1.17' # '0.1.14'

# packages
_packages = ['common', 'common.mixins']