Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanderhoorn committed Jan 29, 2023
1 parent f3704a9 commit 54f302c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ The author has primarily used Python 3.8, but other versions are expected to wor

Future versions may be released to PyPi.

Example (installs `comet_rpc` `0.1.0`; be sure to update the URL to download the desired version):
Example (installs `comet_rpc` `0.2.0`; be sure to update the URL to download the desired version):

```shell
python3 -m venv $HOME/venv_comet_rpc
source $HOME/venv_comet_rpc/bin/activate
pip install -U pip
pip install -U wheel setuptools
pip install https://github.com/gavanderhoorn/comet_rpc/archive/0.1.0.tar.gz
pip install https://github.com/gavanderhoorn/comet_rpc/archive/0.2.0.tar.gz
```

## Example usage
Expand Down
2 changes: 1 addition & 1 deletion src/comet_rpc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

from .kliotyps import IoType

__version__ = "0.1.0"
__version__ = "0.2.0"

__all__ = [
"AuthenticationException",
Expand Down

0 comments on commit 54f302c

Please sign in to comment.