Update version
This commit is contained in:
parent
1329866b2c
commit
97a54b6cff
2 changed files with 5 additions and 3 deletions
|
@ -17,6 +17,8 @@ Alternatively, you can download directly from Pypi [here](https://pypi.python.or
|
||||||
import printr
|
import printr
|
||||||
|
|
||||||
printr.get_version()
|
printr.get_version()
|
||||||
>>> 0.0.1
|
>>> 0.0.3
|
||||||
```
|
```
|
||||||
The printr module contains various different printrs to assist you. You can find more information about these printrs on the wiki.
|
The printr module contains various different printrs to assist you. You can find more information about these printrs on the wiki.
|
||||||
|
|
||||||
|
The main reason I wrote this project was to simplify status output for my projects, and because I'd never written a PyPi package before.
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Python-Printr",
|
"name": "Python-Printr",
|
||||||
"packages": ["printr"],
|
"packages": ["printr"],
|
||||||
"version": "0.0.1",
|
"version": "0.0.3",
|
||||||
"description": "Python module to allow a print line to be updated after printing",
|
"description": "Python module to allow a print line to be updated after printing",
|
||||||
"author": "Jake Howard",
|
"author": "Jake Howard",
|
||||||
"author_email": "me@theorangeone.net ",
|
"author_email": "me@theorangeone.net ",
|
||||||
|
|
Reference in a new issue