Skip to content

Commit

Permalink
Fixed wrong version number
Browse files Browse the repository at this point in the history
  • Loading branch information
AxisAlexNT authored Sep 4, 2022
1 parent e779245 commit b278329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

setup(
name='hict_server',
version='1.0rc1.dev1',
version='0.1.1rc1',
packages=['hict_server', 'hict_server.api_controller'],
url='https://genome.ifmo.ru',
license='',
author='Alexander Serdiukov, Anton Zamyatin and CT Lab ITMO University team',
author_email='',
description='Development version of API and tiling server for HiCT interactive Hi-C scaffolding tool.',
install_requires=[
'hict~=1.0rc1.dev1',
'hict~=0.1.1rc1',
'matplotlib==3.5.2',
'flask~=2.1.3',
'scikit-image~=0.19.3',
Expand Down

0 comments on commit b278329

Please sign in to comment.