Skip to content

Commit e90aead

Browse files
committed
add recipes
1 parent 4131889 commit e90aead

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@
88
'topicnet.cooking_machine',
99
'topicnet.cooking_machine.cubes',
1010
'topicnet.cooking_machine.models',
11+
'topicnet.cooking_machine.recipes',
1112
'topicnet.viewers'
1213
],
13-
version = '0.6.0',
14+
version = '0.6.1',
1415
license='MIT',
1516
description = 'TopicNet is a module for topic modelling using ARTM algorithm',
1617
author = 'Machine Intelligence Laboratory',
1718
author_email = 'alex.goncharov@phystech.edu',
1819
url = 'https://github.com/machine-intelligence-laboratory/TopicNet',
19-
download_url = 'https://github.com/machine-intelligence-laboratory/TopicNet/archive/v0.6.0.tar.gz',
20+
download_url = 'https://github.com/machine-intelligence-laboratory/TopicNet/archive/v0.6.1.tar.gz',
2021
keywords = [
2122
'ARTM',
2223
'topic modeling',

0 commit comments

Comments
 (0)