From a9e0a8379264a176f11ad1e449cd5f128326fccb Mon Sep 17 00:00:00 2001 From: Jared McKnight Date: Thu, 23 Nov 2023 12:32:31 -0500 Subject: [PATCH] bump buildstamp --- README.rst | 7 +++++++ setup.py | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8f71137..ddd7374 100644 --- a/README.rst +++ b/README.rst @@ -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 ------------- diff --git a/setup.py b/setup.py index 18f87e5..1623ab4 100644 --- a/setup.py +++ b/setup.py @@ -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 = 'hello@fictivekin.com' classifiers = [