Skip to content

Commit

Permalink
bump to version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuanXu1 committed May 19, 2021
1 parent a25938f commit 8e4fa30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion celltypist/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from . import classifier, models, logger, samples
from .annotate import *

__version__ = "0.1.14"
__version__ = "0.1.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ def get_version():
raise RuntimeError("Unable to find version string in celltypist/__init__.py")

setuptools.setup(
name="celltypist-dev",
name="celltypist",
version=get_version(),
author="Chuan Xu",
author_email="cx1@sanger.ac.uk",
description="A tool for semi-automatic cell type annotation",
long_description=get_readme(),
long_description_content_type="text/markdown",
url="https://github.com/cellgeni/celltypist",
url="https://github.com/Teichlab/celltypist",
packages=setuptools.find_packages(),
install_requires=get_requirements(),
include_package_data=True,
Expand Down

0 comments on commit 8e4fa30

Please sign in to comment.