Skip to content

Commit

Permalink
Updated Cytocipher version to 0.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Balderson committed Jun 28, 2023
1 parent a97ae5b commit 794150a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
python setup.py sdist
#python setup.py sdist --manifest-only
python setup.py bdist_wheel --universal
#twine upload --repository-url https://test.pypi.org/legacy/ dist/cytocipher-0.1.15.tar.gz
twine upload dist/cytocipher-0.1.15.tar.gz
#twine upload --repository-url https://test.pypi.org/legacy/ dist/cytocipher-0.1.20.tar.gz
twine upload dist/cytocipher-0.1.20.tar.gz

### Downloading for test
## Instructions from: https://stackoverflow.com/questions/34514703/pip-install-from-pypi-works-but-from-testpypi-fails-cannot-find-requirements
Expand Down
2 changes: 1 addition & 1 deletion cytocipher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Brad Balderson"""
__email__ = "[email protected]"
__version__ = "0.1.15"
__version__ = "0.1.20"

from . import tl
from . import pl
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='cytocipher',
version='0.1.15',
version='0.1.20',
description='Cluster significance analysis in scRNA-seq',
url='https://github.com/BradBalderson/Cytocipher',
author='Brad Balderson',
Expand Down

0 comments on commit 794150a

Please sign in to comment.