Skip to content

Commit

Permalink
Merge branch 'hotfix/1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatologist committed May 3, 2020
2 parents e5cd86a + 6acc0f5 commit a275abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A python library for using the OMOP Common Data Model.
## Installation

```
pip install https://github.com/dermatologist/pyomop/releases/download/1.1.0/pyomop-1.1.0-py2.py3-none-any.whl
pip install https://github.com/dermatologist/pyomop/releases/download/1.1.1/pyomop-1.1.1-py2.py3-none-any.whl
```

Expand Down
2 changes: 1 addition & 1 deletion src/pyomop/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def cli(verbose, create, dbtype, host, port, user, pw, name, schema):

def main_routine():
click.echo("_________________________________________")
click.echo("Pyomop " + + __version__ +" working:.....")
click.echo("Pyomop v" + __version__ + " working:.....")
cli() # run the main function
click.echo("Pyomop done.")

Expand Down

0 comments on commit a275abd

Please sign in to comment.