We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c21ad78 + 000970a commit 8ebfe73Copy full SHA for 8ebfe73
conda/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "sc3s" %}
2
-{% set version = "0.1.0" %}
+{% set version = "0.1.1" %}
3
4
package:
5
name: "{{ name|lower }}"
setup.py
@@ -2,10 +2,10 @@
setup(
name="sc3s",
- version="0.1.0",
+ version="0.1.1",
6
description="Python Single Cell Consensus Clustering",
7
url="https://github.com/pittachalk/sc3s",
8
- author="Fu Xiang Quah",
+ author="F.X. Quah",
9
author_email="fxq20@cam.ac.uk",
10
classifiers=[
11
"Programming Language :: Python :: 3",
0 commit comments