Skip to content

Commit

Permalink
version bump and pypi readme addition
Browse files Browse the repository at this point in the history
  • Loading branch information
idroz committed Jun 25, 2019
1 parent 2a6ab6f commit ad76c2b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
from setuptools import setup
from setuptools import find_packages

with open('README.md', encoding='utf-8') as f:
long_description = f.read()

setup(name='ivis',
version='1.1.4',
version='1.1.5',
description='Artificial neural network-driven visualization of high-dimensional data using triplets.',
long_description=long_description,
long_description_content_type='text/markdown',
url='http://github.com/beringresearch/ivis',
author='Benjamin Szubert, Ignat Drozdov',
author_email='[email protected], [email protected]',
Expand Down

0 comments on commit ad76c2b

Please sign in to comment.