Skip to content

Commit 54f302c

Browse files
committed
0.2.0
1 parent f3704a9 commit 54f302c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.1.0`; be sure to update the URL to download the desired version):
89+
Example (installs `comet_rpc` `0.2.0`; 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.1.0.tar.gz
96+
pip install https://github.com/gavanderhoorn/comet_rpc/archive/0.2.0.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
@@ -63,7 +63,7 @@
6363

6464
from .kliotyps import IoType
6565

66-
__version__ = "0.1.0"
66+
__version__ = "0.2.0"
6767

6868
__all__ = [
6969
"AuthenticationException",

0 commit comments

Comments
 (0)