From afdb093b87cacb1e68614131831856bce3413c4f Mon Sep 17 00:00:00 2001 From: Javinator9889 Date: Mon, 22 Jul 2019 16:13:48 +0200 Subject: [PATCH] Updated version code & README.md --- README.md | 3 +-- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e98af7..a85e103 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *DDNS Service for updating dynamically your CloudFlare 'A' Records when your public IP changes* -[![PyPi](https://img.shields.io/badge/v1.0%20-PyPi-green.svg)](https://pypi.org/project/pyCloudFlareUpdater/) +[![PyPi](https://img.shields.io/badge/v1.1%20-PyPi-green.svg)](https://pypi.org/project/pyCloudFlareUpdater/) [![ZIP](https://img.shields.io/badge/Package%20-Zip-green.svg)](https://gitlab.javinator9889.com/ddns-clients/pyCloudFlareUpdater/repository/master/archive.zip) [![GIT](https://img.shields.io/badge/Package%20-Git-green.svg)](https://gitlab.javinator9889.com/ddns-clients/pyCloudFlareUpdater.git) [![Downloads](https://pepy.tech/badge/pycloudflareupdater)](https://pepy.tech/project/pycloudflareupdater) @@ -144,4 +144,3 @@ to include the options mentioned above. You should have received a copy of the GNU General Public License along with this program. If not, see . ``` - \ No newline at end of file diff --git a/setup.py b/setup.py index b1aeafc..b099ae9 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='pyCloudFlareUpdater', - version='1.1', + version='1.10', packages=['pyCloudFlareUpdater', 'pyCloudFlareUpdater.values', 'pyCloudFlareUpdater.network', @@ -21,7 +21,7 @@ url='https://gitlab.javinator9889.com/ddns-clients/pyCloudFlareUpdater', license='GPLv3', author='Javinator9889', - author_email='javialonso007@hotmail.es', + author_email='contact@javinator9889.com', description='DDNS service for dynamically update CloudFlare \'A\' Records', long_description=long_description, long_description_content_type='text/markdown',