Skip to content

Commit 8ebfe73

Browse files
authored
Merge pull request #6 from sc3s/dev
bump version to 0.1.1
2 parents c21ad78 + 000970a commit 8ebfe73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1.0" %}
2+
{% set version = "0.1.1" %}
33

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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
setup(
44
name="sc3s",
5-
version="0.1.0",
5+
version="0.1.1",
66
description="Python Single Cell Consensus Clustering",
77
url="https://github.com/pittachalk/sc3s",
8-
author="Fu Xiang Quah",
8+
author="F.X. Quah",
99
author_email="fxq20@cam.ac.uk",
1010
classifiers=[
1111
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)