diff --git a/README.md b/README.md index 84f5d20..6902917 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ In order to post PixelFed entries to Twitter, you will need a Mastodon-Twitter c ## Installation ``` -python3 -m pip instal pfxposter +python3 -m pip install pfxposter ``` -Use of virtual enviroments is strongly recommended, requests package may override your OS vendored version. +Using virtual enviroment is strongly recommended, for the reason that the requests library of the distro vendor may be overrided after the installation. ## Usage diff --git a/pfxposter/__init__.py b/pfxposter/__init__.py index ea311cc..c7f62d2 100644 --- a/pfxposter/__init__.py +++ b/pfxposter/__init__.py @@ -1,3 +1,3 @@ from .poster import * -__version__ = '0.1.2' +__version__ = '0.1.4'