Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gr8rithic committed Aug 11, 2021
1 parent 109599d commit 302eded
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.1 Alpha_
_version:0.1.0 Beta_

[![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.9.1")
print("Hello world, The package is properly installed version = 0.1.0")

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.9.1
Version: 0.1.0
Summary: Microcontroller and python interface
Home-page: UNKNOWN
Author: Rithic C H
Expand All @@ -9,7 +9,7 @@ License: UNKNOWN
Description: # Pymewc ( Python Microcontroller Interface)
## _Making your microcontroller connect with python_

_version:0.0.9.1 Alpha_
_version:0.1.0 Beta_

[![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 Expand Up @@ -119,7 +119,7 @@ Description: # Pymewc ( Python Microcontroller Interface)

Keywords: python,IoT,microcontroller,Arduino,Text-to-speech
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
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.1")
print("Hello world, The package is properly installed version = 0.1.0")

4 changes: 2 additions & 2 deletions 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.1'
VERSION = '0.1.0'
DESCRIPTION = 'Microcontroller and python interface'

# Setting up
Expand All @@ -21,7 +21,7 @@
install_requires=['pyserial', 'pyttsx3', 'setuptools', 'pyfirmata2', 'matplotlib', 'numpy'],
keywords=['python', 'IoT', 'microcontroller', 'Arduino', 'Text-to-speech'],
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 302eded

Please sign in to comment.