Skip to content

Commit

Permalink
Aded new version of some requirement libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Aug 11, 2021
1 parent bab1255 commit a0ce203
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
say-me-something==0.1.1
ask-me-something==0.1.3
say-me-something==0.1.2
ask-me-something==0.1.4
Linear-Congruential-Generator==0.1.5
6 changes: 3 additions & 3 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.6',
version='0.1.7',
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 @@ -34,8 +34,8 @@
packages=["ONUR_Voice_Assistant"],
package_dir={'':'src'},
install_requires=[
"say-me-something==0.1.1",
"ask-me-something==0.1.3",
"say-me-something==0.1.2",
"ask-me-something==0.1.4",
"Linear-Congruential-Generator==0.1.5"
],
entry_points = {
Expand Down

0 comments on commit a0ce203

Please sign in to comment.