Skip to content

Commit fc684e9

Browse files
committed
0.2.1
1 parent 846f914 commit fc684e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ The author has primarily used Python 3.8, but other versions are expected to wor
8686

8787
Future versions may be released to PyPi.
8888

89-
Example (installs `comet_rpc` `0.2.0`; be sure to update the URL to download the desired version):
89+
Example (installs `comet_rpc` `0.2.1`; be sure to update the URL to download the desired version):
9090

9191
```shell
9292
python3 -m venv $HOME/venv_comet_rpc
9393
source $HOME/venv_comet_rpc/bin/activate
9494
pip install -U pip
9595
pip install -U wheel setuptools
96-
pip install https://github.com/gavanderhoorn/comet_rpc/archive/0.2.0.tar.gz
96+
pip install https://github.com/gavanderhoorn/comet_rpc/archive/0.2.1.tar.gz
9797
```
9898

9999
## Example usage

src/comet_rpc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
from .kliotyps import IoType
7070

71-
__version__ = "0.2.0"
71+
__version__ = "0.2.1"
7272

7373
__all__ = [
7474
"AuthenticationException",

0 commit comments

Comments
 (0)