Skip to content

Commit f39ace9

Browse files
committed
version update
1 parent 7777912 commit f39ace9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Overview ##
66

77
Transfer learning for gene expression signatures (Python implementation of ProjectR).
8-
Current version: 1.1.2 ([PYPI](https://pypi.org/project/scProject/))
8+
Current version: 1.1.3 ([PYPI](https://pypi.org/project/scProject/))
99

1010
## Description ##
1111

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
author = "Asher Baraban, Charles Shin, Genevieve Stein-O'Brien, Loyal Goff"
2626

2727
# The full version, including alpha/beta/rc tags
28-
release = '1.1.2'
28+
release = '1.1.3'
2929

3030
# -- General configuration ---------------------------------------------------
3131

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
packages=setuptools.find_packages(),
99
install_requires=requirements,
1010
name='scProject',
11-
version='1.1.2',
11+
version='1.1.3',
1212
author='Asher Baraban, Charles Shin, Genevieve Stein-O\'Brien, Loyal Goff',
1313
1414
scripts=[],

0 commit comments

Comments
 (0)