Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanderhoorn committed Jan 31, 2023
1 parent 76d61b4 commit 2430aff
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.2.2`; be sure to update the URL to download the desired version):
Example (installs `comet_rpc` `0.2.3`; 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.2.2.tar.gz
pip install https://github.com/gavanderhoorn/comet_rpc/archive/0.2.3.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 @@ -78,7 +78,7 @@

from .kliotyps import IoType

__version__ = "0.2.2"
__version__ = "0.2.3"

__all__ = [
"AssignmentOverlapsExistingOneException",
Expand Down

0 comments on commit 2430aff

Please sign in to comment.