diff --git a/README.md b/README.md index 299924c..5ab857b 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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. \ No newline at end of file diff --git a/details.json b/details.json index 6191b39..2d4f862 100644 --- a/details.json +++ b/details.json @@ -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 ",