Skip to content

Commit

Permalink
Added new version of ask_me_something library
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Aug 6, 2021
1 parent e0931c2 commit 5b5cf79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
say-me-something==0.1.1
ask-me-something==0.1.1
ask-me-something==0.1.2
selenium==3.141.0
SpeechRecognition==3.8.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


setup(name='ONUR_Voice_Assistant',
version='0.1.1',
version='0.1.2',
description="""A modular and expandable voice assistant""",
long_description="""
# ONUR Voice Assistant | [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![GitHub license](https://img.shields.io/github/license/onuratakan/ONUR_Voice_Assistant)](https://github.com/onuratakan/ONUR_Voice_Assistant/blob/master/LICENSE)
Expand Down Expand Up @@ -35,7 +35,7 @@
package_dir={'':'src'},
install_requires=[
"say-me-something==0.1.1",
"ask-me-something==0.1.1",
"ask-me-something==0.1.2",
"selenium==3.141.0",
"SpeechRecognition==3.8.1",
],
Expand Down

0 comments on commit 5b5cf79

Please sign in to comment.