From 97a54b6cffb570b7a91b3c4dc994bdc40c22258d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 8 Oct 2015 22:25:40 +0100 Subject: [PATCH] Update version --- README.md | 6 ++++-- details.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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 ",