Skip to content

Commit

Permalink
Version 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vegarab committed Aug 27, 2019
1 parent 922e47f commit 0e1e098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chatbot/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatbot_website",
"version": "1.1.8",
"version": "1.1.9",
"private": true,
"homepage": "https://127.0.0.1/",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

setup(name='chatbot', version='1.1.8', packages=['chatbot/nlp',
setup(name='chatbot', version='1.1.9', packages=['chatbot/nlp',
'chatbot/model',
'chatbot/api',
'chatbot/util',
Expand Down

0 comments on commit 0e1e098

Please sign in to comment.