Skip to content

Commit

Permalink
Updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
wjohnson committed Nov 5, 2020
1 parent 9cd801f commit e9801f2
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 @@ -27,7 +27,7 @@ Create a wheel distribution file and install it in your environment.
```
python -m pip install wheel
python setup.py bdist_wheel
python -m pip install ./dist/pyapacheatlas-0.0b16-py3-none-any.whl
python -m pip install ./dist/pyapacheatlas-0.0b17-py3-none-any.whl
```

### Create a Client Connection
Expand Down
2 changes: 1 addition & 1 deletion pyapacheatlas/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0b16"
__version__ = "0.0b17"

0 comments on commit e9801f2

Please sign in to comment.