From 35b7a0140dded807c2838f30ed9213a1216a0266 Mon Sep 17 00:00:00 2001 From: Marc Michalsky Date: Thu, 27 Oct 2022 22:54:00 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix=20typo=20in=20README.m?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3fcdd1..e9ad1f3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Translate a [CiviProxy](https://github.com/systopia/CiviProxy) logfile into JSON ## Installation ```bash -pyton3 -m pip install civiproxy_logs2json +python3 -m pip install civiproxy_logs2json --user ``` ## Example Usage diff --git a/setup.py b/setup.py index 0531cfa..8115687 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="civiproxy_logs2json", - version="1.0.1", + version="1.0.2", author="Marc Michalsky", author_email="michalsky@forumZFD.de", packages=["civiproxy_logs2json"],