Skip to content

Commit 7fce590

Browse files
committed
bump version patch 0.1.0 -> 0.1.1
1 parent 69ab4ba commit 7fce590

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

milopy/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"
22
__author__ = "Emma Dann"
3-
__author_email__ = "[email protected]"
3+
__author_email__ = "[email protected]"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name='milopy',
4-
version='0.1.0',
4+
version='0.1.1',
55
description='python implementation of miloR for differential abundance analysis in single-cell datasets',
66
url='https://github.com/emdann/milopy',
77
author='Emma Dann',

0 commit comments

Comments
 (0)