From 226ae8bd234d2e2b0109bcad8cbbad40bf9f25dc Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 27 Aug 2022 10:48:43 -0700 Subject: [PATCH] :bookmark: Version bump --- SECURITY.md | 6 +++--- docs/readme.md | 2 +- modrinth/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index ac05ead..8574626 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,11 +4,11 @@ | Version | Supported | | ------- | ------------------ | -| 0.1.2 | :white_check_mark: | +| 0.1.3 | :white_check_mark: | +| 0.1.2 | :x: | | 0.1.0 | :x: | ## Reporting a Vulnerability The prefered method of reporting a vulnerability is by opening an issue that has a detailed description of what it is, how to reproduce, and, maybe even, how to fix it. -Afterwards, if the vulnerability is accepted, a future patch will fix it. - +Afterwards, if the vulnerability is accepted, a future patch will fix it. diff --git a/docs/readme.md b/docs/readme.md index 2852ee8..711e649 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -5,7 +5,7 @@ Interact with Modrinth's Labrinth API through Python. Service | Version ----------------------|---------- - Modrinth.py version | v0.1.2 + Modrinth.py version | v0.1.3 Labrinth API version | v2.4.4 *Modrinth.py works on the latest Labrinth version!* diff --git a/modrinth/__init__.py b/modrinth/__init__.py index 5130d38..52be47b 100644 --- a/modrinth/__init__.py +++ b/modrinth/__init__.py @@ -9,7 +9,7 @@ import requests -__version__ = '0.1.2' +__version__ = '0.1.3' class Users: diff --git a/pyproject.toml b/pyproject.toml index 590e29f..8c561d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "modrinth" -version = "0.1.2" +version = "0.1.3" description = " Interact with Modrinth's Labrinth API through Python." readme = "docs/readme.md" authors = [{ name = "Beta Pictoris", email = "beta@ozx.me" }]