diff --git a/README.md b/README.md index 49a4138..78b94b1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Pymewc ( Python Microcontroller Interface) ## _Making your microcontroller connect with python_ -_version:0.0.9 Alpha_ +_version:0.0.9.1 Alpha_ [![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger) [![PyPI - License](https://img.shields.io/pypi/l/length)](https://raw.githubusercontent.com/Ratheshprabakar/length/master/LICENSE.md) diff --git a/build/lib/pymewc/__init__.py b/build/lib/pymewc/__init__.py index 29651b1..5864402 100644 --- a/build/lib/pymewc/__init__.py +++ b/build/lib/pymewc/__init__.py @@ -110,5 +110,5 @@ def blink(): def hello(): - print("Hello world, The package is properly installed version = 0.0.8.4") + print("Hello world, The package is properly installed version = 0.0.9.1") diff --git a/pymewc.egg-info/PKG-INFO b/pymewc.egg-info/PKG-INFO index bb27359..fc652e8 100644 --- a/pymewc.egg-info/PKG-INFO +++ b/pymewc.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pymewc -Version: 0.0.8.4 +Version: 0.0.9.1 Summary: Microcontroller and python interface Home-page: UNKNOWN Author: Rithic C H @@ -9,7 +9,7 @@ License: UNKNOWN Description: # Pymewc ( Python Microcontroller Interface) ## _Making your microcontroller connect with python_ - _version:0.0.8.4 Alpha_ + _version:0.0.9.1 Alpha_ [![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger) [![PyPI - License](https://img.shields.io/pypi/l/length)](https://raw.githubusercontent.com/Ratheshprabakar/length/master/LICENSE.md) @@ -17,7 +17,7 @@ Description: # Pymewc ( Python Microcontroller Interface) [![PyPI downloads](https://img.shields.io/pypi/dm/myfitbit.svg?style=flat)](https://pypi.org/project/pymewc/) [![Contributions](https://img.shields.io/badge/contributions-welcome-green.svg)](https://img.shields.io/badge/contributions-welcome-green.svg) - - Pymewc is a new and innovative python library that can we used for connecting python with the microcontroller world. + - Pymewc is a new and innovative python library that can be used for connecting python with the microcontroller world. - Pymewc is a lightweight package that aims simplicity yet performing complex tasks with ease. ## Features diff --git a/pymewc/__init__.py b/pymewc/__init__.py index 9aca191..5864402 100644 --- a/pymewc/__init__.py +++ b/pymewc/__init__.py @@ -110,5 +110,5 @@ def blink(): def hello(): - print("Hello world, The package is properly installed version = 0.0.9") + print("Hello world, The package is properly installed version = 0.0.9.1") diff --git a/setup.py b/setup.py index 85023d4..08dadbc 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: LONG_DESCRIPTION= fh.read() -VERSION = '0.0.9' +VERSION = '0.0.9.1' DESCRIPTION = 'Microcontroller and python interface' # Setting up