From e90aead1e43a28daeadb31b82dc0970d6efd96a5 Mon Sep 17 00:00:00 2001 From: Vasiliy Alekseev Date: Mon, 9 Mar 2020 00:01:17 +0300 Subject: [PATCH] add recipes --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 59643aa..566b6c0 100644 --- a/setup.py +++ b/setup.py @@ -8,15 +8,16 @@ 'topicnet.cooking_machine', 'topicnet.cooking_machine.cubes', 'topicnet.cooking_machine.models', + 'topicnet.cooking_machine.recipes', 'topicnet.viewers' ], - version = '0.6.0', + version = '0.6.1', license='MIT', description = 'TopicNet is a module for topic modelling using ARTM algorithm', author = 'Machine Intelligence Laboratory', author_email = 'alex.goncharov@phystech.edu', url = 'https://github.com/machine-intelligence-laboratory/TopicNet', - download_url = 'https://github.com/machine-intelligence-laboratory/TopicNet/archive/v0.6.0.tar.gz', + download_url = 'https://github.com/machine-intelligence-laboratory/TopicNet/archive/v0.6.1.tar.gz', keywords = [ 'ARTM', 'topic modeling',