Skip to content

Commit

Permalink
Updating version number (wjohnson#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjohnson authored Sep 21, 2020
1 parent 29f5061 commit 4639723
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.0b10-py3-none-any.whl
python -m pip install ./dist/pyapacheatlas-0.0b14-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.0b13"
__version__ = "0.0b14"

0 comments on commit 4639723

Please sign in to comment.