Skip to content

Commit 14c91c3

Browse files
committed
0.5.0 + 0.1.0
1 parent c2ef238 commit 14c91c3

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
@@ -1,5 +1,6 @@
11
from distutils.core import setup
22

3+
34
setup(
45
name = 'topicnet',
56
packages = [
@@ -9,13 +10,13 @@
910
'topicnet.cooking_machine.models',
1011
'topicnet.viewers'
1112
],
12-
version = '0.5.0',
13+
version = '0.6.0',
1314
license='MIT',
1415
description = 'TopicNet is a module for topic modelling using ARTM algorithm',
1516
author = 'Machine Intelligence Laboratory',
1617
author_email = 'alex.goncharov@phystech.edu',
1718
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',
1920
keywords = [
2021
'ARTM',
2122
'topic modeling',

0 commit comments

Comments
 (0)