Commit 74008878 authored by Grant, Josh's avatar Grant, Josh
Browse files

update install and setup scripts

parent aea509f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env bash
python3 -m pip --no-cache-dir install common --extra-index-url https://__token__:g7aawoNZN9_7tKyuMNxW@code.ornl.gov/api/v4/projects/9965/packages/pypi/simple
python3 -m pip --no-cache-dir install common --extra-index-url https://__token__:dzK386VBsiR-iV8g2Ekc@code.ornl.gov/api/v4/projects/9965/packages/pypi/simple
+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.3'
_version = '0.1.0'

# packages
_packages = ['common']