Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vegarab committed Aug 29, 2019
1 parent 78893d6 commit baf8f8e
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.9",
"version": "1.2.0",
"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.9', packages=['chatbot/nlp',
setup(name='chatbot', version='1.2.0', packages=['chatbot/nlp',
'chatbot/model',
'chatbot/api',
'chatbot/util',
Expand Down

0 comments on commit baf8f8e

Please sign in to comment.