Skip to content

Commit acda906

Browse files
committed
Updated README.md
1 parent ed4fab9 commit acda906

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ The idea is to divide the process into two steps:
1717
Any additional formatting should be done in the documentation itself.
1818

1919
# Installation
20-
Supposing you want to install the version `v0.6.2`:
20+
Supposing you want to install the version `v0.6.3`:
2121

2222
```
2323
# Using PEP 508 direct URL
24-
microdoc @ git+https://github.com/kerrigan29a/microdoc.git@v0.6.2
24+
microdoc @ git+https://github.com/kerrigan29a/microdoc.git@v0.6.3
2525
2626
# Or the classic egg syntax (for older pip)
27-
git+https://github.com/kerrigan29a/microdoc.git@v0.6.2#egg=microdoc
27+
git+https://github.com/kerrigan29a/microdoc.git@v0.6.3#egg=microdoc
2828
2929
# Or a wheel asset
30-
https://github.com/kerrigan29a/microdoc/releases/download/v0.6.2/microdoc-0.6.2-py3-none-any.whl
30+
https://github.com/kerrigan29a/microdoc/releases/download/v0.6.3/microdoc-0.6.3-py3-none-any.whl
3131
3232
# Or the snapshot tarball
33-
https://github.com/kerrigan29a/microdoc/archive/refs/tags/v0.6.2.tar.gz
33+
https://github.com/kerrigan29a/microdoc/archive/refs/tags/v0.6.3.tar.gz
3434
```
3535

3636
# Command line usage

0 commit comments

Comments
 (0)