From becb0249564993af702fe1857f9c7c90a345af3b Mon Sep 17 00:00:00 2001 From: jacobi petrucciani Date: Sat, 31 Aug 2019 13:54:34 -0400 Subject: [PATCH] fixing the readme for pip --- README.rst | 2 +- gamble/globals.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f6e4805..1d74ec6 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ gamble: a collection of gambling classes/tools -======================== +============================================== .. image:: https://travis-ci.org/jpetrucciani/gamble.svg?branch=master :target: https://travis-ci.org/jpetrucciani/gamble diff --git a/gamble/globals.py b/gamble/globals.py index 880da83..10ccf62 100644 --- a/gamble/globals.py +++ b/gamble/globals.py @@ -3,4 +3,4 @@ """ __library__ = "gamble" -__version__ = "0.0.3" +__version__ = "0.0.4"