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',