Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated version code & README.md
  • Loading branch information
Javinator9889 committed Jul 22, 2019
1 parent 1829dc3 commit afdb093
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -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)
Expand Down Expand Up @@ -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 <http://www.gnu.org/licenses/>.
```

4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -12,7 +12,7 @@

setup(
name='pyCloudFlareUpdater',
version='1.1',
version='1.10',
packages=['pyCloudFlareUpdater',
'pyCloudFlareUpdater.values',
'pyCloudFlareUpdater.network',
Expand All @@ -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',
Expand Down

0 comments on commit afdb093

Please sign in to comment.