Skip to content

Commit

Permalink
bump buildstamp
Browse files Browse the repository at this point in the history
  • Loading branch information
jnhmcknight committed Nov 23, 2023
1 parent 6958f0a commit a9e0a83
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ ApiFlash.com Client

The ApiFlash Client is a Python module for interacting with apiflash_. It requires Python 3.7+.

Installation
------------

In a Python virtual environment::

$ pip install apiflash-client


Example usage
-------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ def readme():
return f.read()

name = 'apiflash-client'
description = 'ApiFlash Client'
version = '0.1'
description = 'ApiFlash.com Client'
version = '0.2'
author = 'Fictive Kin LLC'
email = '[email protected]'
classifiers = [
Expand Down

0 comments on commit a9e0a83

Please sign in to comment.