Skip to content

Commit

Permalink
v0.1.0 — Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Oct 21, 2023
1 parent 7641ad9 commit cd0f58b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. image:: http://www.repostatus.org/badges/latest/wip.svg
:target: http://www.repostatus.org/#wip
:alt: Project Status: WIPInitial 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: ActiveThe 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
Expand Down
2 changes: 1 addition & 1 deletion src/ghreq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cd0f58b

Please sign in to comment.