Skip to content

Commit

Permalink
Release v0.1.5 public Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
aron0093 authored Dec 21, 2020
1 parent f7df834 commit 5f84371
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,14 +2,14 @@

setup(
name='cytopath',
version='0.1.4',
version='0.1.5',
description='Simulation based inference of differentiation trajectories from RNA velocity fields.',
license='BSD 3-Clause License',
packages=find_packages(),
author = 'Revant Gupta',
author_email = 'revant.gupta.93@gmail.com',
url = 'https://github.com/aron0093/cytopath',
download_url = 'https://github.com/aron0093/cytopath/archive/v_014.tar.gz',
download_url = 'https://github.com/aron0093/cytopath/archive/v_015.tar.gz',
keywords = ['Trajectory Inference', 'single-cell RNA sequencing', 'RNA velocity'],
install_requires=[
'numpy',
Expand Down

0 comments on commit 5f84371

Please sign in to comment.