From cd0f58b388fbbb666da538d6003522a970d962be Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Sat, 21 Oct 2023 17:18:54 -0400 Subject: [PATCH] =?UTF-8?q?v0.1.0=20=E2=80=94=20Initial=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rst | 8 ++++---- src/ghreq/__init__.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 2c951b0..028e0d3 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ -.. image:: http://www.repostatus.org/badges/latest/wip.svg - :target: http://www.repostatus.org/#wip - :alt: Project Status: WIP — Initial development is in progress, but there - has not yet been a stable, usable release suitable for the public. +.. image:: http://www.repostatus.org/badges/latest/active.svg + :target: http://www.repostatus.org/#active + :alt: Project Status: Active — The project has reached a stable, usable + state and is being actively developed. .. image:: https://github.com/jwodder/ghreq/actions/workflows/test.yml/badge.svg :target: https://github.com/jwodder/ghreq/actions/workflows/test.yml diff --git a/src/ghreq/__init__.py b/src/ghreq/__init__.py index 190d3db..dc99e97 100644 --- a/src/ghreq/__init__.py +++ b/src/ghreq/__init__.py @@ -49,7 +49,7 @@ from typing import TYPE_CHECKING, Any, Literal, overload import requests -__version__ = "0.1.0.dev1" +__version__ = "0.1.0" __author__ = "John Thorvald Wodder II" __author_email__ = "ghreq@varonathe.org" __license__ = "MIT"