diff --git a/README.md b/README.md index b10e79b..a9fd3b6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ Install the package by doing one of the following commands: # Documentation --- -See the full and detailed [docs here](docs.md) +See the full and detailed [docs here](https://github.com/Soheab/alexflipnote.py/blob/master/docs.md) + # Examples #### Get a random cat pic: diff --git a/setup.py b/setup.py index fddab76..39793a5 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,10 @@ setup( name = 'alexflipnote.py', - version = '1.2.3', + version = '1.2.4', packages = ['alexflipnote'], url = 'https://github.com/Soheab/Alexflipnote.py', - download_url = 'https://github.com/Soheab/alexflipnote.py/archive/1.2.3.tar.gz', + download_url = 'https://github.com/Soheab/alexflipnote.py/archive/1.2.4.tar.gz', license = 'MIT', author = 'Soheab', author_email = '',