Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jzthree committed Mar 14, 2020
1 parent dac6d90 commit 1bb9116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion quasildr/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import os

from Cython.Distutils import build_ext
import numpy as np
from setuptools import find_packages
from setuptools import setup

Expand All @@ -11,7 +8,7 @@
long_description = readme.read()

setup(name="quasildr",
version="0.1.0",
version="0.1.1",
long_description=long_description,
long_description_content_type='text/markdown',
description=("quasilinear representation methods for single-cell"
Expand Down

0 comments on commit 1bb9116

Please sign in to comment.