archive
/
Printr
Archived
1
Fork 0

Update version

This commit is contained in:
Jake Howard 2015-10-08 22:25:40 +01:00
parent 1329866b2c
commit 97a54b6cff
2 changed files with 5 additions and 3 deletions

View File

@ -17,6 +17,8 @@ Alternatively, you can download directly from Pypi [here](https://pypi.python.or
import printr
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 main reason I wrote this project was to simplify status output for my projects, and because I'd never written a PyPi package before.

View File

@ -1,7 +1,7 @@
{
"name": "Python-Printr",
"packages": ["printr"],
"version": "0.0.1",
"version": "0.0.3",
"description": "Python module to allow a print line to be updated after printing",
"author": "Jake Howard",
"author_email": "me@theorangeone.net ",