Skip to content

Commit

Permalink
0.0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gr8rithic committed Aug 7, 2021
1 parent c62a7d8 commit 109599d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion build/lib/pymewc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

6 changes: 3 additions & 3 deletions pymewc.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -9,15 +9,15 @@ 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)
![PyPI](https://img.shields.io/pypi/v/pymewc)
[![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
Expand Down
2 changes: 1 addition & 1 deletion pymewc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 109599d

Please sign in to comment.