Skip to content

Commit

Permalink
release version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bfurtwa committed Dec 1, 2021
1 parent fae2530 commit 419e89c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sceptre/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .sceptre import *

__version__ = '0.1'
__version__ = '1.1'
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

setup(
name='sceptre',
version='0.1',
version='1.1',
description='Analysis of Multiplexed Single-Cell Proteomics Data',
url='https://github.com/bfurtwa/sceptre',
download_url='https://github.com/bfurtwa/sceptre/archive/v0.1.tar.gz',
packages=find_packages(exclude=['Schoof_et_al', '.idea']),
python_requires='>=3.6',
install_requires=[
Expand Down

0 comments on commit 419e89c

Please sign in to comment.