diff --git a/README.md b/README.md index 7108481..4ef7a2d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MicroPython-GoogleSheet -[![Version](https://img.shields.io/badge/version-0.0.3-blue.svg)](https://github.com/PerfecXX/MicroPython-GoogleSheet) +[![Version](https://img.shields.io/badge/version-0.0.5-blue.svg)](https://github.com/PerfecXX/MicroPython-GoogleSheet) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) Update or append the data to Google Sheet, or get the data on Google Sheet. diff --git a/setup.py b/setup.py index 8abe46b..ea77690 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='micropython-googlesheet', py_modules=['ggsheet'], - version='0.0.2', + version='0.0.5', description='Update or append the data to Google Sheet, or get the data on Google Sheet. by using HTTP to execute the Google Apps Script API compatible with ESP32 and ESP8266.', long_description=DESCRIPTION, keywords= ['googlesheet', 'esp32', 'esp8266' ,'micropython'],