diff --git a/README.md b/README.md index f6cd96b..726fbb0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A python package to back up user files on Windows to 7z archives. Useful for off Installation ------------ -Installation is from a package on GitHub Releases or from pip with ``pip install winbackup`` +Installation is from a package on GitHub Releases or from [pip](https://pypi.org/project/winbackup/) with ``pip install winbackup`` Usage ----- diff --git a/winbackup/__init__.py b/winbackup/__init__.py index 3348afe..13174e0 100644 --- a/winbackup/__init__.py +++ b/winbackup/__init__.py @@ -13,5 +13,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see < https: // www.gnu.org/licenses/>. -__version__ = "0.1.6-beta" +__version__ = "0.1.7-beta" __license__ = "GPLv3" # GNU General Public License v3