From c233629cb9a6ef117dbf6a7968ff91c12e3fac77 Mon Sep 17 00:00:00 2001 From: Jonathan Rampersad Date: Thu, 5 Jun 2025 20:23:16 -0400 Subject: [PATCH] Typo in README fixed --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0775618..be17b50 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ You can verify your FFmpeg installation by opening a terminal or command prompt Install `eac3-transcode` directly from PyPI using pip: -pip install surround-to-eac3 +`pip install surround-to-eac3` It's recommended to install it in a virtual environment. ## Usage diff --git a/setup.cfg b/setup.cfg index 3a34acb..54c247a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = surround-to-eac3 -version = 0.2.0 +version = 0.2.1 author = Jonathan Rampersad author_email = jonathan@jono-rams.work description = A CLI tool to transcode 5.1 audio in video files to E-AC3.