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 Sep 30, 2023
1 parent 7363ddc commit 42b45d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 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/ghtoken/workflows/Test/badge.svg?branch=master
:target: https://github.com/jwodder/ghtoken/actions?workflow=Test
Expand All @@ -10,11 +10,15 @@
.. image:: https://codecov.io/gh/jwodder/ghtoken/branch/master/graph/badge.svg
:target: https://codecov.io/gh/jwodder/ghtoken

.. image:: https://img.shields.io/pypi/pyversions/ghtoken.svg
:target: https://pypi.org/project/ghtoken/

.. image:: https://img.shields.io/github/license/jwodder/ghtoken.svg
:target: https://opensource.org/licenses/MIT
:alt: MIT License

`GitHub <https://github.com/jwodder/ghtoken>`_
| `PyPI <https://pypi.org/project/ghtoken/>`_
| `Issues <https://github.com/jwodder/ghtoken/issues>`_
When writing a Python program for interacting with GitHub's API, you'll likely
Expand Down Expand Up @@ -47,7 +51,7 @@ Installation
``ghtoken`` requires Python 3.7 or higher. Just use `pip
<https://pip.pypa.io>`_ for Python 3 (You have pip, right?) to install it::

python3 -m pip install git+https://github.com/jwodder/ghtoken
python3 -m pip install ghtoken


API
Expand Down
2 changes: 1 addition & 1 deletion src/ghtoken/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from dotenv import dotenv_values, find_dotenv
from ruamel.yaml import YAML

__version__ = "0.1.0.dev1"
__version__ = "0.1.0"
__author__ = "John Thorvald Wodder II"
__author_email__ = "ghtoken@varonathe.org"
__license__ = "MIT"
Expand Down

0 comments on commit 42b45d7

Please sign in to comment.