We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a646b commit 3624a36Copy full SHA for 3624a36
README.md
@@ -14,7 +14,7 @@ compressed_rtf
14
15
Install rtfparse from your local repository with pip:
16
17
- pip install ./rtfparse
+ pip install rtfparse
18
19
Installation creates an executable file `rtfparse` in your python scripts folder which should be in your $PATH.
20
src/rtfparse/version.py
@@ -1,4 +1,4 @@
1
#!/usr/bin/env python
2
3
4
-version = "0.7.4"
+version = "0.7.5"
0 commit comments