We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e779245 commit b278329Copy full SHA for b278329
setup.py
@@ -2,15 +2,15 @@
2
3
setup(
4
name='hict_server',
5
- version='1.0rc1.dev1',
+ version='0.1.1rc1',
6
packages=['hict_server', 'hict_server.api_controller'],
7
url='https://genome.ifmo.ru',
8
license='',
9
author='Alexander Serdiukov, Anton Zamyatin and CT Lab ITMO University team',
10
author_email='',
11
description='Development version of API and tiling server for HiCT interactive Hi-C scaffolding tool.',
12
install_requires=[
13
- 'hict~=1.0rc1.dev1',
+ 'hict~=0.1.1rc1',
14
'matplotlib==3.5.2',
15
'flask~=2.1.3',
16
'scikit-image~=0.19.3',
0 commit comments