File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
from distutils .core import setup
2
2
3
+
3
4
setup (
4
5
name = 'topicnet' ,
5
6
packages = [
9
10
'topicnet.cooking_machine.models' ,
10
11
'topicnet.viewers'
11
12
],
12
- version = '0.5 .0' ,
13
+ version = '0.6 .0' ,
13
14
license = 'MIT' ,
14
15
description = 'TopicNet is a module for topic modelling using ARTM algorithm' ,
15
16
author = 'Machine Intelligence Laboratory' ,
16
17
author_email = 'alex.goncharov@phystech.edu' ,
17
18
url = 'https://github.com/machine-intelligence-laboratory/TopicNet' ,
18
- download_url = 'https://github.com/machine-intelligence-laboratory/TopicNet/archive/v0.5 .0.tar.gz' ,
19
+ download_url = 'https://github.com/machine-intelligence-laboratory/TopicNet/archive/v0.6 .0.tar.gz' ,
19
20
keywords = [
20
21
'ARTM' ,
21
22
'topic modeling' ,
You can’t perform that action at this time.
0 commit comments