diff --git a/README.md b/README.md index 8619258..1772666 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ pip install arxiv-latex-cleaner | :exclamation: arxiv_latex_cleaner is only compatible with Python >=3 :exclamation: | | ---------------------------------------------------------------------------------- | +If using MacOS, you can install using [Homebrew](https://brew.sh/): + +```bash +brew install arxiv_latex_cleaner +``` + Alternatively, you can download the source code: ```bash diff --git a/arxiv_latex_cleaner/_version.py b/arxiv_latex_cleaner/_version.py index 225e7e6..f1b977a 100644 --- a/arxiv_latex_cleaner/_version.py +++ b/arxiv_latex_cleaner/_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "v0.1.31" +__version__ = "v1.0.0"