Skip to content

Commit 6e56acd

Browse files
authored
Merge pull request #4 from sc3s/dev
update meta.yaml and setup.py
2 parents 6063bbd + 8c0f188 commit 6e56acd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "sc3s" %}
2-
{% set version = "0.0.1.dev9" %}
2+
{% set version = "0.1" %}
33

44
package:
55
name: "{{ name|lower }}"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="sc3s",
5-
version="0.0.1dev9",
5+
version="0.1.0",
66
description="Python Single Cell Consensus Clustering",
77
url="https://github.com/pittachalk/sc3s",
88
author="Fu Xiang Quah",

0 commit comments

Comments
 (0)