Skip to content

Commit b278329

Browse files
authored
Fixed wrong version number
1 parent e779245 commit b278329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
setup(
44
name='hict_server',
5-
version='1.0rc1.dev1',
5+
version='0.1.1rc1',
66
packages=['hict_server', 'hict_server.api_controller'],
77
url='https://genome.ifmo.ru',
88
license='',
99
author='Alexander Serdiukov, Anton Zamyatin and CT Lab ITMO University team',
1010
author_email='',
1111
description='Development version of API and tiling server for HiCT interactive Hi-C scaffolding tool.',
1212
install_requires=[
13-
'hict~=1.0rc1.dev1',
13+
'hict~=0.1.1rc1',
1414
'matplotlib==3.5.2',
1515
'flask~=2.1.3',
1616
'scikit-image~=0.19.3',

0 commit comments

Comments
 (0)